Skip to content

Commit

Permalink
release: don't tag from cargo release
Browse files Browse the repository at this point in the history
There are more steps that need to be done after `cargo release` in the
root. Tagging is premature.
  • Loading branch information
juped committed Oct 14, 2022
1 parent bc2b3c5 commit 57f4f41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ pre-release-commit-message = "Namada {{version}}"
publish = false
push = false
shared-version = true
sign-tag = true
tag-message = "Namada {{version}}"
tag-name = "v{{version}}"
tag = false

0 comments on commit 57f4f41

Please sign in to comment.