chore: More automated release configuration.

This commit is contained in:
Nolan Darilek 2022-03-18 15:28:27 -05:00
parent 31778fd9ba
commit 01252acf7a
1 changed files with 2 additions and 1 deletions

View File

@ -13,5 +13,6 @@ edition = "2021"
rand = "0.8"
[package.metadata.release]
tag-prefix = ""
publish = false
pre-release-hook = "git cliff --tag {{tag_name}} --output CHANGELOG.md && git add CHANGELOG.md && git commit CHANGELOG.md -m 'Update changelog for release.'"
pre-release-hook = ["git cliff --tag {{tag_name}} --output CHANGELOG.md", "git add CHANGELOG.md", "git commit CHANGELOG.md -m 'Update changelog for release.'"]