We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a45c0 commit 87599ffCopy full SHA for 87599ff
tasks.py
@@ -165,7 +165,7 @@ def release(ctx, release_type):
165
raise Exit('The release type parameter is invalid.\nMust be one of: major, minor, patch')
166
167
# Run checks
168
- ctx.run('invoke check test')
+ ctx.run('invoke check')
169
170
# Bump version and git tag it
171
ctx.run('bump2version %s --verbose' % release_type)
0 commit comments