Skip to content

Commit

Permalink
Release: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Nov 25, 2020
1 parent 2053426 commit f07f925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projectfile
Expand Up @@ -91,6 +91,6 @@ with require("make") as make:


with pipeline("release") as release:
release.add(System('pre-commit run'), before="System('git add -p .', True)")
release.add(System('pre-commit run || true'), before="System('git add -p .', True)")

# vim: ft=python:

0 comments on commit f07f925

Please sign in to comment.