From cca138a8e8c91c6af586cef608feff68df3cff9a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 27 Feb 2021 23:19:08 -0300 Subject: Add aux/workflow/sign-tarballs.sh --- aux/workflow/dist.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'aux/workflow/dist.sh') diff --git a/aux/workflow/dist.sh b/aux/workflow/dist.sh index 8f8f617..b337ef0 100755 --- a/aux/workflow/dist.sh +++ b/aux/workflow/dist.sh @@ -4,6 +4,7 @@ set -eu DATE="$1" VERSION="$2" VVERSION="v$2" +PROJECT="$3" if git show "$VVERSION" 1>/dev/null 2>/dev/null; then echo "Version '$VVERSION' already exists." >&2 @@ -21,3 +22,5 @@ if ! grep -q "^# $VERSION - $DATE$" CHANGELOG.md; then fi git tag "$VVERSION" + +sh aux/workflow/sign-tarballs.sh "$PROJECT" -- cgit v1.2.3