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 3a304e5 commit ebb8074Copy full SHA for ebb8074
.pre-commit-config.yaml
@@ -1,5 +1,5 @@
1
---
2
-default_stages: [commit]
+default_stages: [pre-commit]
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
rev: v5.0.0
Taskfile.yaml
@@ -26,5 +26,5 @@ tasks:
26
- sh: git diff --exit-code
27
msg: please commit changes before releasing
28
cmds:
29
- - git diff --exit-code && git tag -a "v{{.VERSION}}" -m "Tagged v{{.VERSION}}"
+ - git diff --exit-code && git tag -a "{{.VERSION}}" -m "Tagged {{.VERSION}}"
30
- git push origin main --atomic --follow-tags
0 commit comments