Skip to content

Commit 29ac343

Browse files
committed
Don't create a tag on cargo release
The `cargo publish` happens after the version bump PR is merged, so we need to create the tag for the merge commit.
1 parent ed49449 commit 29ac343

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ pre-release-replacements = [
4949
pre-release-commit-message = "Release version {{version}}"
5050
disable-push = true
5151
disable-publish = true
52+
disable-tag = true

0 commit comments

Comments
 (0)