We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f571f90 commit 22d58b0Copy full SHA for 22d58b0
1 file changed
release.toml
@@ -0,0 +1,13 @@
1
+# .release.toml
2
+# Configuration for cargo-release
3
+
4
+# We use GitHub Actions for releasing to Homebrew as a binary,
5
+# so we disable publishing to crates.io (unless you want to publish it there too).
6
+publish = false
7
8
+# Do not create a release commit/tag if there are uncommitted changes
9
+pre-release-commit-message = "chore: release {{version}}"
10
+tag-message = "Release {{version}}"
11
12
+# Automatically push the tag and commits to the remote
13
+push = true
0 commit comments