diff --git a/.github/workflows/publish-rust.yml b/.github/workflows/publish-rust.yml index 7546432d..db51d4ed 100644 --- a/.github/workflows/publish-rust.yml +++ b/.github/workflows/publish-rust.yml @@ -39,6 +39,14 @@ on: required: true type: boolean default: true + run-semver: + description: | + Run semver checks. + Only disable checks if you are sure of the semver impact of your change and have a good reason + to skip it. + required: true + type: boolean + default: true jobs: set_env: @@ -78,4 +86,5 @@ jobs: version: ${{ inputs.version }} create-release: ${{ inputs.create-release }} dry-run: ${{ inputs.dry-run }} + run-semver: ${{ inputs.run-semver }} secrets: inherit