aboutsummaryrefslogtreecommitdiff
path: root/aux/workflow
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-23 21:45:31 -0300
committerEuAndreh <eu@euandre.org>2021-06-23 22:17:34 -0300
commitdc79f0de47997a689e7c4470344a9f2528c75c32 (patch)
tree477f496c0954556444c1ebac6847b6beff64b81d /aux/workflow
parentTODOs.md: Fix code block escaping (diff)
downloadgit-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 'aux/workflow')
-rwxr-xr-xaux/workflow/assert-readme.sh2
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