mirror of
https://github.com/pufereq/python-template.git
synced 2025-12-15 15:49:32 +00:00
Initial commit
This commit is contained in:
7
.release-it.toml
Normal file
7
.release-it.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[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}"
|
||||
Reference in New Issue
Block a user