mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-27 22:13:12 -08:00
refine ab085998bb
This commit refines the above by making cargo release emit no prefix for release tags even if only a single package is released.
This commit is contained in:
@@ -5,3 +5,6 @@ members = [
|
||||
"rosenpass",
|
||||
]
|
||||
|
||||
[workspace.metadata.release]
|
||||
# ensure that adding `--package` as argument to `cargo release` still creates version tags in the form of `vx.y.z`
|
||||
tag-prefix = ""
|
||||
|
||||
Reference in New Issue
Block a user