We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d88ccc commit 0dfb963Copy full SHA for 0dfb963
changes/flow.py
@@ -14,6 +14,8 @@
14
def perform_release(context):
15
"""Executes the release process."""
16
try:
17
+ run_tests()
18
+
19
if not context.skip_changelog:
20
generate_changelog(context)
21
increment_version(context)
0 commit comments