Skip to content

Commit

Permalink
chore: apply semver_check to release-plz (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored Sep 6, 2024
1 parent a7674ce commit 56f02c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ fuzz:
cd fuzz && cargo +nightly fuzz run --sanitizer none resolver -- -only_ascii=1 -max_total_time=900

release:
cargo binstall -y release-plz
cargo binstall -y release-plz cargo-semver-checks
release-plz update
just check
1 change: 1 addition & 0 deletions release-plz.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[workspace]
semver_check = true
allow_dirty = true # The "fixtures" is being marked as dirty.

0 comments on commit 56f02c0

Please # to comment.