mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-25 22:37:33 +00:00
Update release_snapshot.sh
Mod: Put the `date-time` on a better line
This commit is contained in:
parent
e4cecb4c89
commit
ff5697894a
2
.github/scripts/release_snapshot.sh
vendored
2
.github/scripts/release_snapshot.sh
vendored
@ -16,8 +16,8 @@ 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
|
||||
echo "⏱ _Snapshot of $(date -Iseconds)_" >>notes.txt
|
||||
|
||||
gh release create --prerelease --target "${GITHUB_SHA}" --title "${TAG}" --notes-file notes.txt "${TAG}" \
|
||||
plantuml-SNAPSHOT.jar \
|
||||
|
Loading…
Reference in New Issue
Block a user