From f1a7cca4a69386b98204577432aaae3220520305 Mon Sep 17 00:00:00 2001 From: The-Lum <86879521+The-Lum@users.noreply.github.com> Date: Tue, 16 Nov 2021 07:28:24 +0100 Subject: [PATCH] mod: change `date-time` format of snapshot mod: change `date-time` format of snapshot to be more human readable See comment on: - https://github.com/plantuml/plantuml/pull/774#issuecomment-969362702 --- .github/scripts/release_snapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/release_snapshot.sh b/.github/scripts/release_snapshot.sh index aa16d104f..a87ef1627 100755 --- a/.github/scripts/release_snapshot.sh +++ b/.github/scripts/release_snapshot.sh @@ -16,7 +16,7 @@ mv plantuml-sources.jar plantuml-SNAPSHOT-sources.jar cat <<-EOF >notes.txt This is a pre-release of the latest development work. ⚠️ **It is not ready for general use** ⚠️ - ⏱ _Snapshot of $(date -Iseconds)_ + ⏱ _Snapshot taken the $(date -u +"%F at %T (UTC)")_ EOF gh release create --prerelease --target "${GITHUB_SHA}" --title "${TAG}" --notes-file notes.txt "${TAG}" \