stax 0.91.1

Fast stacked Git branches and PRs
Documentation
1
2
3
4
5
6
7
8
9
sign-commit = false
sign-tag = false
publish = true
push = true
tag-name = "v{{version}}"

# Regenerate CHANGELOG.md with git-cliff inside cargo-release's release commit.
# --tag treats the not-yet-tagged commits as belonging to the version being released.
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "v{{version}}"]