1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-09 11:42:43 +00:00

Merge pull request #775 from The-Lum/patch-1

mod: change `date-time` format of snapshot to be more human readable
This commit is contained in:
PlantUML 2021-11-16 08:29:26 +01:00 committed by GitHub
commit 2098d24467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}" \