1
0
Fork 0
hats/Taskfile.yml

13 lines
192 B
YAML
Raw Permalink Normal View History

2024-09-19 17:54:37 +00:00
version: '3'
tasks:
tag:
cmds:
- git tag {{.VERSION}}
- git push origin {{.VERSION}}
requires:
vars: [VERSION]
tags:
cmds:
- git --no-pager tag --list