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:
commit
d33ed59d7c
2
.github/scripts/release_snapshot.sh
vendored
2
.github/scripts/release_snapshot.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user