chore: set up automatic changelog generation
This commit is contained in:
parent
4f960b12b9
commit
375c43192e
4 changed files with 97 additions and 0 deletions
11
release.toml
Normal file
11
release.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
allow-branch = ["main"]
|
||||
pre-release-hook = [
|
||||
"git",
|
||||
"cliff",
|
||||
"-o",
|
||||
"CHANGELOG.md",
|
||||
"--tag",
|
||||
"{{version}}",
|
||||
]
|
||||
sign-commit = true
|
||||
sign-tag = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue