Skip to content

Commit

Permalink
Disable the push and publish steps for cargo release
Browse files Browse the repository at this point in the history
As discussed in #187 (comment)
  • Loading branch information
phil-opp committed Nov 11, 2020
1 parent 5b2900c commit 0b2f50b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ pre-release-replacements = [
{ file="Changelog.md", search="# Unreleased", replace="# Unreleased\n\n# {{version}} – {{date}}", exactly=1 },
]
pre-release-commit-message = "Release version {{version}}"
disable-push = true
disable-publish = true

0 comments on commit 0b2f50b

Please sign in to comment.