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 May 22, 2024
1 parent 2d29787 commit 0135da3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions release.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Configuration for `cargo-release`
# See <https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md>
# Release using `cargo release --workspace`
# 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 = ["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 0135da3

Please sign in to comment.