Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/publish-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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