Skip to content

Fixed a bug that could result in unsat terminal nodes #320

Fixed a bug that could result in unsat terminal nodes

Fixed a bug that could result in unsat terminal nodes #320

Workflow file for this run

name: release
on:
workflow_dispatch:
inputs:
mode:
description: 'The type of version bump'
required: true
type: choice
options:
- major
- minor
- patch
- 'custom_override'
default: patch
custom_override:
description: The custom version to override the current version with
required: false
type: string
deploy_docs:
description: Whether to deploy the documentation as well
required: true
type: boolean
default: true
jobs: