Skip to content

Commit 5c3c0ae

Browse files
authored
Merge pull request #71 from JoJoJet/fix-release-toml
chore: don't include crate name twice in tag names
2 parents 1a89d32 + 981c7e0 commit 5c3c0ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tag-name = "{{prefix}}{{crate_name}}-v{{version}}"
1+
tag-name = "{{prefix}}v{{version}}"

0 commit comments

Comments
 (0)