Skip to content

Commit ebb8074

Browse files
committed
fix: release tag
1 parent 3a304e5 commit ebb8074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
default_stages: [commit]
2+
default_stages: [pre-commit]
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
55
rev: v5.0.0

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ tasks:
2626
- sh: git diff --exit-code
2727
msg: please commit changes before releasing
2828
cmds:
29-
- git diff --exit-code && git tag -a "v{{.VERSION}}" -m "Tagged v{{.VERSION}}"
29+
- git diff --exit-code && git tag -a "{{.VERSION}}" -m "Tagged {{.VERSION}}"
3030
- git push origin main --atomic --follow-tags

0 commit comments

Comments
 (0)