chore: Rename crate and set up automated releases.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nolan Darilek 2022-03-18 14:28:30 -05:00
parent 13774f333d
commit 4bd35a5b6e
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ rand = "0.8"
[package.metadata.release]
publish = false
pre-release-hook = "git cliff --tag {{tag_name}} --output CHANGELOG.md"
pre-release-hook = "git cliff --tag {{tag_name}} --output CHANGELOG.md && git commit CHANGELOG.md -m 'Update changelog for release.'"