Skip to content

Commit f66292d

Browse files
committed
standard release.toml for cargo release
Signed-off-by: clux <[email protected]>
1 parent f3f3fac commit f66292d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

release.toml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Release process
2+
#
3+
# cargo release minor --execute
4+
#
5+
# This will bump version in Cargo.toml, create a corresponding git tag for it, and push it.
6+
# CI will run the release workflow, build binaries, and attach to a GH release for the tag.
7+
8+
pre-release-commit-message = "{{version}}"
9+
push = true
10+
tag = true
11+
tag-name = "{{version}}"
12+
sign-tag = true
13+
sign-commit = true
14+
enable-all-features = true
15+
16+
# Ref: https://github.com/crate-ci/cargo-release/blob/master/docs/reference.md

0 commit comments

Comments
 (0)