mirror of
https://github.com/go-task/task.git
synced 2026-02-24 03:59:52 +01:00
chore(taskfile): create tag as annotated and add message automatically
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user