Skip to content

Commit 0cfdf7d

Browse files
committed
MAINT: Fix cargo-release setting for tag name
We used plain "1.0.0" as the tag name before, the default in cargo release changed to "v1.0.0" now. Unsure what the best course is - v prefix seems best, but existing tags are without. So configure for no prefix.
1 parent 380e55c commit 0cfdf7d

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
@@ -52,6 +52,7 @@ debug = true
5252

5353
[package.metadata.release]
5454
no-dev-version = true
55+
tag-name = "{{version}}"
5556

5657
[package.metadata.docs.rs]
5758
features = ["serde-1", "rayon"]

0 commit comments

Comments
 (0)