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:
wucke13
2023-11-18 22:53:59 +01:00
parent 9597e485bf
commit b095bdaa7c
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,6 @@ on:
push:
tags:
- v*
- rosenpass-v*
jobs:
i686-linux---release:
name: Build release artifacts for i686-linux

View File

@@ -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 = ""