Skip to content

Commit

Permalink
standard release.toml for cargo release
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Oct 18, 2023
1 parent f3f3fac commit f66292d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions release.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Release process
#
# cargo release minor --execute
#
# This will bump version in Cargo.toml, create a corresponding git tag for it, and push it.
# CI will run the release workflow, build binaries, and attach to a GH release for the tag.

pre-release-commit-message = "{{version}}"
push = true
tag = true
tag-name = "{{version}}"
sign-tag = true
sign-commit = true
enable-all-features = true

# Ref: https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md

0 comments on commit f66292d

Please sign in to comment.