mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 19:09:03 +00:00
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
This commit is contained in:
parent
b599745d15
commit
f1a7cca4a6
2
.github/scripts/release_snapshot.sh
vendored
2
.github/scripts/release_snapshot.sh
vendored
@ -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}" \
|
||||
|
Loading…
Reference in New Issue
Block a user