Skip to content

Commit

Permalink
Run tests first
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Oct 8, 2014
1 parent 3d88ccc commit 0dfb963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changes/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
def perform_release(context):
"""Executes the release process."""
try:
run_tests()

if not context.skip_changelog:
generate_changelog(context)
increment_version(context)
Expand Down

0 comments on commit 0dfb963

Please sign in to comment.