mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-16 18:25:11 +00:00
Merge pull request #774 from The-Lum/AddDateTimeOnCI
mod: add `datetime` of the snapshot
This commit is contained in:
commit
09a841e76d
1
.github/scripts/release_snapshot.sh
vendored
1
.github/scripts/release_snapshot.sh
vendored
@ -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}" \
|
||||
|
Loading…
Reference in New Issue
Block a user