feat: set up for GitHub releases

This commit is contained in:
Harsh Shandilya 2023-05-11 13:37:23 +05:30
parent 2817eefa30
commit a6f9253a4b
No known key found for this signature in database
4 changed files with 166 additions and 2 deletions

5
release.toml Normal file
View 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}}"