From 2083ce596662342c7b4b74ae2844bfa9d66a58d4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 13 Jul 2021 16:38:54 -0300 Subject: README.md: Remove "released in" text from the releases list, adjust in aux/workflow/assert-readme.sh --- aux/workflow/assert-readme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aux/workflow/assert-readme.sh') diff --git a/aux/workflow/assert-readme.sh b/aux/workflow/assert-readme.sh index f8a05a4..840c5fd 100755 --- a/aux/workflow/assert-readme.sh +++ b/aux/workflow/assert-readme.sh @@ -61,7 +61,7 @@ RELEASES_LIST="$(mktemp)" add_release() { DATE="$1" VVERSION="$2" - echo "- [$VVERSION](https://git.euandreh.xyz/$PROJECT/commit/?id=$VVERSION) [$PROJECT-$VVERSION.tar.gz](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$VVERSION.tar.gz) ([sig](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$VVERSION.tar.gz.asc)), released in $DATE" >> "$RELEASES_LIST" + echo "- [$VVERSION](https://git.euandreh.xyz/$PROJECT/commit/?id=$VVERSION) [$PROJECT-$VVERSION.tar.gz](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$VVERSION.tar.gz) ([sig](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$VVERSION.tar.gz.asc)) - $DATE" >> "$RELEASES_LIST" } for VVERSION in $(git tag); do -- cgit v1.2.3