aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-01-21 23:12:42 -0300
committerEuAndreh <eu@euandre.org>2021-01-21 23:13:03 -0300
commit5abe07dd376c99402a646d1989c7100c2416c644 (patch)
tree134bc3f00869b6553cb54fd72f5caee0a9e6a894
parentfake-symlinks: Add README.sh (diff)
downloaddotfiles-5abe07dd376c99402a646d1989c7100c2416c644.tar.gz
dotfiles-5abe07dd376c99402a646d1989c7100c2416c644.tar.xz
fake-symlinks: Add date to release list in README.sh
-rwxr-xr-xbash/templates/build-aux/workflow/README.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/templates/build-aux/workflow/README.sh b/bash/templates/build-aux/workflow/README.sh
index 4da9bb5b..1aa25930 100755
--- a/bash/templates/build-aux/workflow/README.sh
+++ b/bash/templates/build-aux/workflow/README.sh
@@ -8,7 +8,7 @@ PROJECT="$2"
RELEASES_LIST="$(mktemp)"
for version in $(git tag); do
- echo "- version [$version](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$version.tar.gz)" >> "$RELEASES_LIST"
+ echo "- version [$version](https://git.euandreh.xyz/$PROJECT/snapshot/$PROJECT-$version.tar.gz), released in $(git log -1 --format=%cd --date=short "$version")" >> "$RELEASES_LIST"
done
RELEASES="$(mktemp)"