Skip to content

Commit

Permalink
chore: update release.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Dec 20, 2023
1 parent defc220 commit 57e8771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Configuration file for [`cargo-release`](https://github.com/crate-ci/cargo-release)
# See: https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md

allow-branch = ["master"]
allow-branch = ["main"]
sign-commit = true
sign-tag = true
shared-version = true
pre-release-commit-message = "chore: release {{version}}"
tag-prefix = "" # tag only once instead of per every crate

0 comments on commit 57e8771

Please sign in to comment.