diff options
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | aux/workflow/assert-readme.sh | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -101,8 +101,8 @@ Send contributions to the [mailing list] via [`git send-email`](https://git-send ## Releases -- version [v0.2.0](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.2.0.tar.gz) ([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.2.0.tar.gz.asc)), released in 2021-06-19 -- version [v0.1.0](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.1.0.tar.gz) ([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.1.0.tar.gz.asc)), released in 2021-06-13 +- [v0.2.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.2.0) [git-permalink-v0.2.0.tar.gz](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.2.0.tar.gz) ([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.2.0.tar.gz.asc)), released in 2021-06-19 +- [v0.1.0](https://git.euandreh.xyz/git-permalink/commit/?id=v0.1.0) [git-permalink-v0.1.0.tar.gz](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.1.0.tar.gz) ([sig](https://git.euandreh.xyz/git-permalink/snapshot/git-permalink-v0.1.0.tar.gz.asc)), released in 2021-06-13 ## License diff --git a/aux/workflow/assert-readme.sh b/aux/workflow/assert-readme.sh index 8fcf188..2a6c3fd 100755 --- a/aux/workflow/assert-readme.sh +++ b/aux/workflow/assert-readme.sh @@ -41,7 +41,7 @@ RELEASES_LIST="$(mktemp)" add_release() { DATE="$1" VVERSION="$2" - echo "- version [$VVERSION](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)), released in $DATE" >> "$RELEASES_LIST" } for VVERSION in $(git tag); do |