1
0
mirror of https://github.com/go-task/task.git synced 2025-04-21 12:17:07 +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: GO_PACKAGES:
sh: go list ./... sh: go list ./...
test-release: goreleaser:test:
desc: Tests release process without publishing desc: Tests release process without publishing
cmds: cmds:
- goreleaser --snapshot --clean - goreleaser --snapshot --clean
goreleaser:install:
desc: Installs goreleaser
cmds:
- go install github.com/goreleaser/goreleaser@latest
release: release:
desc: Prepare the project for a new release desc: Prepare the project for a new release
cmds: cmds: