mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 19:09:03 +00:00
Merge branch 'master' of https://github.com/plantuml/plantuml
This commit is contained in:
commit
b599745d15
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