Skip to content

Commit

Permalink
More fixes to fabfile.
Browse files Browse the repository at this point in the history
Former-commit-id: e38af6eed281622f21f7faad377caf69725a55ab [formerly 5de315a]
Former-commit-id: 52cc9b4f01240933245ab0f7991b3537e100b650
  • Loading branch information
shyuep committed Aug 28, 2014
1 parent 13fa3f8 commit 26eb48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def release_github():
"target_commitish": "master",
"name": "v" + ver,
"body": "\n".join(desc),
"draft": True,
"draft": False,
"prerelease": False
}

Expand Down

0 comments on commit 26eb48c

Please sign in to comment.