stax 0.93.1

Fast stacked Git branches and PRs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}}"]

# Keep the skills.md version marker in sync with the crate version so the remote
# marker read by `stax skills update` matches the release target instead of
# lagging behind at a stale value.
[[pre-release-replacements]]
file = "skills.md"
search = "<!-- stax-skills-version: [0-9]+\\.[0-9]+\\.[0-9]+ -->"
replace = "<!-- stax-skills-version: {{version}} -->"
exactly = 1