diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-21 23:12:42 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-21 23:13:03 -0300 |
| commit | 5abe07dd376c99402a646d1989c7100c2416c644 (patch) | |
| tree | 134bc3f00869b6553cb54fd72f5caee0a9e6a894 | |
| parent | fake-symlinks: Add README.sh (diff) | |
| download | dotfiles-5abe07dd376c99402a646d1989c7100c2416c644.tar.gz dotfiles-5abe07dd376c99402a646d1989c7100c2416c644.tar.xz | |
fake-symlinks: Add date to release list in README.sh
| -rwxr-xr-x | bash/templates/build-aux/workflow/README.sh | 2 |
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)" |
