We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f3fac commit f66292dCopy full SHA for f66292d
release.toml
@@ -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