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