diff options
author | EuAndreh <eu@euandre.org> | 2021-07-13 16:38:54 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-13 16:43:13 -0300 |
commit | 2083ce596662342c7b4b74ae2844bfa9d66a58d4 (patch) | |
tree | 66f077405ef89acd7bb2df3f9cc6abbf4d8d9b0f /aux | |
parent | README.md: Tweak wording (diff) | |
download | git-permalink-2083ce596662342c7b4b74ae2844bfa9d66a58d4.tar.gz git-permalink-2083ce596662342c7b4b74ae2844bfa9d66a58d4.tar.xz |
README.md: Remove "released in" text from the releases list, adjust in aux/workflow/assert-readme.sh
Diffstat (limited to 'aux')
-rwxr-xr-x | aux/workflow/assert-readme.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |