mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 13:05:09 +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:
commit
2098d24467
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