1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-09-28 23:19:01 +00:00

Merge pull request #774 from The-Lum/AddDateTimeOnCI

mod: add `datetime` of the snapshot
This commit is contained in:
PlantUML 2021-11-15 22:39:20 +01:00 committed by GitHub
commit 09a841e76d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +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)_
EOF
gh release create --prerelease --target "${GITHUB_SHA}" --title "${TAG}" --notes-file notes.txt "${TAG}" \