Skip to content

Commit

Permalink
Commit and tag after the package has been built and uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Oct 7, 2014
1 parent da82b03 commit 3d88ccc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions changes/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
def perform_release(context):
"""Executes the release process."""
try:
print(context)
if not context.skip_changelog:
generate_changelog(context)
increment_version(context)
commit_version_change(context)

install_package(context)
upload_package(context)
install_from_pypi(context)

commit_version_change(context)
tag_and_push(context)
except:
log.exception('Error releasing')

0 comments on commit 3d88ccc

Please # to comment.