Skip to content

Commit

Permalink
ci: always assume minor release in semver check (#5455)
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Feb 14, 2023
1 parent e629ad7 commit d1da6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ jobs:
- name: Check semver compatibility
run: |
cargo semver-checks check-release \
--release-type minor \
--exclude benches \
--exclude examples \
--exclude stress-test \
Expand Down

0 comments on commit d1da6c2

Please sign in to comment.