1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-09 19:52:25 +00:00
This commit is contained in:
Arnaud Roques 2021-11-15 22:49:04 +01:00
commit b599745d15

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}" \