Skip to content

Commit

Permalink
Call git-cliff as a pre-release hook
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Oct 10, 2024
1 parent 1caf697 commit adc121e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ owners = ["poljar", "github:matrix-org:rust"]

pre-release-commit-message = "chore: Release matrix-sdk version {{version}}"
pre-release-replacements = []
pre-release-hook = []
pre-release-hook = ["cargo", "xtask", "release", "changelog"]

sign-tag = true
tag-message = "Release {{crate_name}} version {{version}}"
Expand Down

0 comments on commit adc121e

Please sign in to comment.