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 7647995 commit 082b8baCopy full SHA for 082b8ba
Taskfile.yml
@@ -63,7 +63,7 @@ tasks:
63
- git diff --quiet --staged || (echo "There are staged changes. They must be committed first" && exit 1)
64
- git diff --quiet || (echo "There are unstaged changes. They must be committed first." && exit 1)
65
66
- - uv run scripts/get-version.py pyproject.toml | xargs -I {} git tag -a v{} -m "Release v{}"
+ - uv run scripts/get-version.py {{.INIT_PATH}} | xargs -I {} git tag -a v{} -m "Release v{}"
67
- git push --follow-tags
68
69
pre-commit-all:
0 commit comments