Skip to content

Commit

Permalink
fix: add logging for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatu Aalto committed May 30, 2022
1 parent c6310c1 commit bacbec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def clean(ctx):

@task
def release(ctx):
ctx.run("semantic-release publish")
ctx.run("semantic-release publish -v DEBUG")

0 comments on commit bacbec0

Please sign in to comment.