mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 22:07:00 +05:30
feat: set up for GitHub releases
This commit is contained in:
parent
2817eefa30
commit
a6f9253a4b
4 changed files with 166 additions and 2 deletions
5
release.toml
Normal file
5
release.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
allow-branch = ["main"]
|
||||
push = true
|
||||
pre-release-commit-message = "chore(release): bump {{crate_name}} to version {{version}}"
|
||||
tag-message = "{{crate_name}} version {{version}}"
|
||||
tag-name = "v{{version}}"
|
Loading…
Add table
Add a link
Reference in a new issue