2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 04:29:02 +00:00

uncomment push release and create github release

This commit is contained in:
Pratik Vyas 2014-09-05 14:49:55 +05:30
parent 1ea7102ca6
commit c830eda3bf

View File

@ -149,8 +149,8 @@ def bump(repo, bump_type):
new_version = bump_repo(repo, bump_type)
commit_changes(repo, new_version)
tag_name = create_release(repo, new_version)
#push_release(repo)
#create_github_release('frappe', repo, tag_name, '')
push_release(repo)
create_github_release('frappe', repo, tag_name, '')
print 'Released {tag} for {repo}'.format(tag=tag_name, repo=repo)
def release(repo, bump_type):