[go: up one dir, main page]

Skip to content

Commit

Permalink
chore: add release.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Dec 15, 2023
1 parent b632b5f commit 5a4521a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 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}}"

0 comments on commit 5a4521a

Please sign in to comment.