1
0
mirror of https://github.com/go-task/task.git synced 2025-04-13 11:50:50 +02:00

chore(taskfile): add task to install goreleaser

This commit is contained in:
Andrey Nering 2023-10-07 19:38:16 -03:00
parent 6177376e50
commit 244aa93b3a

View File

@ -113,11 +113,16 @@ tasks:
GO_PACKAGES:
sh: go list ./...
test-release:
goreleaser:test:
desc: Tests release process without publishing
cmds:
- goreleaser --snapshot --clean
goreleaser:install:
desc: Installs goreleaser
cmds:
- go install github.com/goreleaser/goreleaser@latest
release:
desc: Prepare the project for a new release
cmds: