From 37546bb15b8d1deabff0db658e869c604ff0ef46 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 27 Feb 2021 23:38:16 -0300 Subject: README.sh: Reverse the list of tags --- aux/workflow/README.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aux/workflow/README.sh b/aux/workflow/README.sh index c14fe3b..e30344f 100755 --- a/aux/workflow/README.sh +++ b/aux/workflow/README.sh @@ -8,7 +8,7 @@ PROJECT="$2" MAILING_LIST="$3" RELEASES_LIST="$(mktemp)" -for version in $(git tag); do +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 -- cgit v1.2.3