Skip to content

Commit 0b2f50b

Browse files
committed
Disable the push and publish steps for cargo release
As discussed in #187 (comment)
1 parent 5b2900c commit 0b2f50b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ pre-release-replacements = [
4848
{ file="Changelog.md", search="# Unreleased", replace="# Unreleased\n\n# {{version}} – {{date}}", exactly=1 },
4949
]
5050
pre-release-commit-message = "Release version {{version}}"
51+
disable-push = true
52+
disable-publish = true

0 commit comments

Comments
 (0)