Skip to content

Commit

Permalink
Add -prerelease flag when making a release (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulthomson committed May 17, 2019
1 parent 21bdf43 commit 856751f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/travis/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def go():

subprocess.check_call([
"github-release",
"-prerelease",
repo_name,
tag_name,
commit_hash,
Expand Down

0 comments on commit 856751f

Please sign in to comment.