Skip to content

Commit 0dfb963

Browse files
committed
Run tests first
1 parent 3d88ccc commit 0dfb963

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

changes/flow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
def perform_release(context):
1515
"""Executes the release process."""
1616
try:
17+
run_tests()
18+
1719
if not context.skip_changelog:
1820
generate_changelog(context)
1921
increment_version(context)

0 commit comments

Comments
 (0)