1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-22 13:05:09 +00:00

mod: add datetime of the snapshot

add `datetime` of the snapshot on the notes
This commit is contained in:
The-Lum 2021-11-15 21:12:20 +01:00 committed by GitHub
parent 4e0e244db8
commit e4cecb4c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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