From e4cecb4c89d384f83dc65ecf93bbf09c9c081b17 Mon Sep 17 00:00:00 2001 From: The-Lum <86879521+The-Lum@users.noreply.github.com> Date: Mon, 15 Nov 2021 21:12:20 +0100 Subject: [PATCH] mod: add `datetime` of the snapshot add `datetime` of the snapshot on the notes --- .github/scripts/release_snapshot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/release_snapshot.sh b/.github/scripts/release_snapshot.sh index adefaf5e8..84c94a5a5 100755 --- a/.github/scripts/release_snapshot.sh +++ b/.github/scripts/release_snapshot.sh @@ -17,6 +17,7 @@ cat <<-EOF >notes.txt This is a pre-release of the latest development work. ⚠️ **It is not ready for general use** ⚠️ EOF +echo "⏱ _Snapshot of $(date -Iseconds)_" >>notes.txt gh release create --prerelease --target "${GITHUB_SHA}" --title "${TAG}" --notes-file notes.txt "${TAG}" \ plantuml-SNAPSHOT.jar \