From 6f39db4752c045bb9c929cbad738bde7209a22ab Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 28 Jun 2018 06:02:18 -0400 Subject: [PATCH] ci: name tags consistently --- ci/RELEASE.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/RELEASE.sh b/ci/RELEASE.sh index d3c960fd9..142d6b0c0 100644 --- a/ci/RELEASE.sh +++ b/ci/RELEASE.sh @@ -52,7 +52,7 @@ test -n "$V" || { echo "Could not obtain version." ; exit 1 ; } # This is the signing key ID associated with the GitHub account adriaandegroot, # which is used to create all "verified" tags in the Calamares repo. KEY_ID="128F00873E05AF1D" -git tag -u "$KEY_ID" "v$V" || { echo "Could not sign tag v$V." ; exit 1 ; } +git tag -u "$KEY_ID" -m "Release v$V" "v$V" || { echo "Could not sign tag v$V." ; exit 1 ; } ### Create the tarball #