aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/README.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/README.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/README.sh')
-rwxr-xr-xaux/workflow/README.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/workflow/README.sh b/aux/workflow/README.sh
index 8313274..c14fe3b 100755
--- a/aux/workflow/README.sh
+++ b/aux/workflow/README.sh
@@ -9,7 +9,7 @@ MAILING_LIST="$3"
RELEASES_LIST="$(mktemp)"
for version in $(git tag); do
- echo "- version [$version](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$version.tar.gz), released in $(git log -1 --format=%cd --date=short "$version")" >> "$RELEASES_LIST"
+ echo "- version [$version](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$version.tar.gz) ([sig](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$version.tar.gz.asc)), released in $(git log -1 --format=%cd --date=short "$version")" >> "$RELEASES_LIST"
done
RELEASES="$(mktemp)"