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 d2e2a37 commit 020fb9fCopy full SHA for 020fb9f
Taskfile.yml
@@ -57,7 +57,7 @@ tasks:
57
- git diff --quiet --staged || (echo "There are staged changes. They must be committed first" && exit 1)
58
- git diff --quiet || (echo "There are unstaged changes. They must be committed first." && exit 1)
59
60
- - uv run hatch version | xargs -I {} git tag -a v{} -m "Release v{}"
+ - uvx hatch version | xargs -I {} git tag -a v{} -m "Release v{}"
61
- git push --follow-tags
62
63
pre-commit-all:
0 commit comments