diff options
author | EuAndreh <eu@euandre.org> | 2021-06-23 21:45:31 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-23 22:17:34 -0300 |
commit | dc79f0de47997a689e7c4470344a9f2528c75c32 (patch) | |
tree | 477f496c0954556444c1ebac6847b6beff64b81d /aux/workflow/assert-readme.sh | |
parent | TODOs.md: Fix code block escaping (diff) | |
download | git-permalink-dc79f0de47997a689e7c4470344a9f2528c75c32.tar.gz git-permalink-dc79f0de47997a689e7c4470344a9f2528c75c32.tar.xz |
README.md, aux/workflow/assert-readme.sh: Link to commit in the releases section too
Diffstat (limited to '')
-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 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 |