aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow/README.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-02-28 16:14:48 -0300
committerEuAndreh <eu@euandre.org>2021-02-28 16:14:48 -0300
commit0202c2da6f938a92210b20b7ffecac35aa01ea0e (patch)
treea4dd8339d42401aa97df5644dea64b91825497e4 /aux/workflow/README.sh
parentAdd sharedc package, latest version (diff)
downloadpackage-repository-0202c2da6f938a92210b20b7ffecac35aa01ea0e.tar.gz
package-repository-0202c2da6f938a92210b20b7ffecac35aa01ea0e.tar.xz
Update files under aux/
Diffstat (limited to '')
-rwxr-xr-xaux/workflow/README.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/workflow/README.sh b/aux/workflow/README.sh
index 8313274..e30344f 100755
--- a/aux/workflow/README.sh
+++ b/aux/workflow/README.sh
@@ -8,8 +8,8 @@ PROJECT="$2"
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"
+for version in $(git tag | perl -e 'print reverse <>'); do
+ 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)"