Skip to content

Commit

Permalink
use --no-verify when committing in bump.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed May 8, 2024
1 parent fe1ac33 commit 0cb5e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ git cliff --tag "$version" > CHANGELOG.md
git cliff --unreleased --tag "$version" --strip header > .recent-changelog-entry

git add Cargo.toml Cargo.lock CHANGELOG.md .recent-changelog-entry
git commit -m "chore(release): prepare for $version"
git commit --no-verify -m "chore(release): prepare for $version"
git tag -am "$version" "$version"

0 comments on commit 0cb5e6a

Please sign in to comment.