Skip to content

Commit

Permalink
chore: update release config
Browse files Browse the repository at this point in the history
Signed-off-by: Wenxuan Zhang <wenxuangm@gmail.com>
  • Loading branch information
wfxr committed Apr 15, 2024
1 parent 444fcff commit d068be1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions release.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
allow-branch = ["main"]
pre-release-replacements = [
{ file = "README.md", search = "rlt = .*", replace = "{{crate_name}} = \"{{version}}\"" },
]
pre-release-hook = ["git", "cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}" ]
pre-release-hook = ["sh", "-c", "git cliff -o CHANGELOG.md --tag {{version}} && git add CHANGELOG.md"]
pre-release-commit-message = "chore: release {{crate_name}} version {{version}}"
tag-message = "chore: release {{crate_name}} version {{version}}"

0 comments on commit d068be1

Please sign in to comment.