mirror of
https://github.com/pufereq/python-template.git
synced 2025-12-12 22:29:33 +00:00
8 lines
248 B
TOML
8 lines
248 B
TOML
[hooks]
|
|
"before:init" = ["git pull origin main"]
|
|
"after:bump" = ["git-cliff -o CHANGELOG.md -t ${version}", "echo \"${version}\" > VERSION", "git add CHANGELOG.md VERSION"]
|
|
|
|
[git]
|
|
requireBranch = "main"
|
|
commitMessage = "chore(release): ${version}"
|