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:
parent
6177376e50
commit
244aa93b3a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user