aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/dist.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-27 23:19:08 -0300
committerEuAndreh <eu@euandre.org>2021-02-27 23:19:08 -0300
commitcca138a8e8c91c6af586cef608feff68df3cff9a (patch)
treee0df98cd6e13356f945bec6a3aaeacb873222de2 /aux/workflow/dist.sh
parentmanifest.scm: Fix misplaced dependency, use sharedc-latest (diff)
downloadremembering-cca138a8e8c91c6af586cef608feff68df3cff9a.tar.gz
remembering-cca138a8e8c91c6af586cef608feff68df3cff9a.tar.xz
Add aux/workflow/sign-tarballs.sh
Diffstat (limited to 'aux/workflow/dist.sh')
-rwxr-xr-xaux/workflow/dist.sh3
1 files changed, 3 insertions, 0 deletions
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"