Skip to content

Commit

Permalink
Merge pull request #71 from JoJoJet/fix-release-toml
Browse files Browse the repository at this point in the history
chore: don't include crate name twice in tag names
  • Loading branch information
RobWalt authored Nov 4, 2024
2 parents 1a89d32 + 981c7e0 commit 5c3c0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.toml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tag-name = "{{prefix}}{{crate_name}}-v{{version}}"
tag-name = "{{prefix}}v{{version}}"

0 comments on commit 5c3c0ae

Please sign in to comment.