feat: add release management via Task
- create `Taskfile.yml` - initial tasks - add new version tag - push to remote and run goreleaser - create snapshot via goreleaser
This commit is contained in:
parent
9f3e0eb439
commit
7c2604c0bf
2 changed files with 34 additions and 1 deletions
|
@ -5,7 +5,6 @@ version: 2
|
|||
|
||||
before:
|
||||
hooks:
|
||||
- rm -fr ./dist
|
||||
- go mod tidy
|
||||
|
||||
builds:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue