We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7731aca commit e834c1fCopy full SHA for e834c1f
release_unstable_release_branch.sh
@@ -17,7 +17,7 @@ mvn release:perform -DconnectionUrl=scm:git:[email protected]:SeqWare/seqware.git -
17
# upload non-jar artifacts to github
18
19
# create release
20
-echo -e "{\"tag_name\":\""$VERSION"\", \"name\":\""$VERSION"\", \"body\":\""Automated release message"\"}" > release.json
+echo -e "{\"tag_name\":\""$VERSION"\", \"name\":\""$VERSION"\", \"prerelease\": true, \"body\":\""Automated release message"\"}" > release.json
21
curl -u $TOKEN:x-oauth-basic -X POST -d @release.json https://api.github.com/repos/SeqWare/seqware/releases?tag_name=$VERSION&name=$VERSION
22
rm release.json
23
# extract release number, relies upon order of releases which can be improved
0 commit comments