mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 21:15:09 +00:00
mod: add datetime
of the snapshot
add `datetime` of the snapshot on the notes
This commit is contained in:
parent
4e0e244db8
commit
e4cecb4c89
1
.github/scripts/release_snapshot.sh
vendored
1
.github/scripts/release_snapshot.sh
vendored
@ -17,6 +17,7 @@ cat <<-EOF >notes.txt
|
|||||||
This is a pre-release of the latest development work.
|
This is a pre-release of the latest development work.
|
||||||
⚠️ **It is not ready for general use** ⚠️
|
⚠️ **It is not ready for general use** ⚠️
|
||||||
EOF
|
EOF
|
||||||
|
echo "⏱ _Snapshot of $(date -Iseconds)_" >>notes.txt
|
||||||
|
|
||||||
gh release create --prerelease --target "${GITHUB_SHA}" --title "${TAG}" --notes-file notes.txt "${TAG}" \
|
gh release create --prerelease --target "${GITHUB_SHA}" --title "${TAG}" --notes-file notes.txt "${TAG}" \
|
||||||
plantuml-SNAPSHOT.jar \
|
plantuml-SNAPSHOT.jar \
|
||||||
|
Loading…
Reference in New Issue
Block a user