1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-26 06:46:45 +00:00

Merge pull request #768 from matthew16550/fix-snapshot-title

Fix title of snapshot releases
This commit is contained in:
arnaudroques 2021-11-13 10:29:21 +01:00 committed by GitHub
commit d33ed59d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ cat <<-EOF >notes.txt
⚠️ **It is not ready for general use** ⚠️
EOF
gh release create --prerelease --target "${GITHUB_SHA}" --notes-file notes.txt "${TAG}" \
gh release create --prerelease --target "${GITHUB_SHA}" --title "${TAG}" --notes-file notes.txt "${TAG}" \
plantuml-SNAPSHOT.jar \
plantuml-SNAPSHOT-javadoc.jar \
plantuml-SNAPSHOT-sources.jar