From b095bdaa7ce0a57053ff0bfab53abe6234696708 Mon Sep 17 00:00:00 2001 From: wucke13 Date: Sat, 18 Nov 2023 22:53:59 +0100 Subject: [PATCH] refine ab085998bbc1593090e283ebd46b3ca5fb39893c This commit refines the above by making cargo release emit no prefix for release tags even if only a single package is released. --- .github/workflows/release.yaml | 1 - Cargo.toml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 172b4b5..0ed8976 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,6 @@ on: push: tags: - v* - - rosenpass-v* jobs: i686-linux---release: name: Build release artifacts for i686-linux diff --git a/Cargo.toml b/Cargo.toml index b19286e..768d034 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = ""