chore(taskfile): create tag as annotated and add message automatically

This commit is contained in:
Andrey Nering
2025-12-24 19:02:30 -03:00
parent 91f9299c98
commit fb784f4e3d

View File

@@ -226,7 +226,7 @@ tasks:
- "git add --all"
- "git commit -m v{{.VERSION}}"
- "git push"
- "git tag v{{.VERSION}}"
- "git tag -a v{{.VERSION}} -m v{{.VERSION}}"
- "git push origin tag v{{.VERSION}}"
- cmd: printf "%s" '{{.COMPLETE_MESSAGE}}'
silent: true