Remove "chore: " from the commit message of releases

This commit is contained in:
mo8it 2024-11-11 15:49:50 +01:00
parent 243cf5f261
commit 410eb69d25

View file

@ -70,6 +70,7 @@ panic = "abort"
[package.metadata.release]
pre-release-hook = ["./release-hook.sh"]
pre-release-commit-message = "Release 🎉"
[workspace.lints.rust]
unsafe_code = "forbid"