Skip to content

Commit

Permalink
For now, make our releases drafts.
Browse files Browse the repository at this point in the history
  • Loading branch information
uliwitness committed Feb 21, 2019
1 parent e27c38c commit 94526bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload_release.command
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ release='"tag_name": "v'"$VERSION_TAG"'", "target_commitish": "master", "name":
body=\"$DESCRIPTION\"
body='"body": '$body', '
release=$release$body
release=$release'"draft": false, "prerelease": '"$IS_PRERELEASE"
release=$release'"draft": true, "prerelease": '"$IS_PRERELEASE"
release='{'$release'}'
url="https://api.github.com/repos/$OWNER/$REPO/releases"

Expand Down

0 comments on commit 94526bc

Please sign in to comment.