mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +02:00
chore: fix goreleaser deprecations
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
build:
|
builds:
|
||||||
binary: task
|
- binary: task
|
||||||
main: ./cmd/task
|
main: ./cmd/task
|
||||||
goos:
|
goos:
|
||||||
- windows
|
- windows
|
||||||
@@ -72,7 +72,7 @@ brews:
|
|||||||
license: MIT
|
license: MIT
|
||||||
homepage: https://taskfile.dev
|
homepage: https://taskfile.dev
|
||||||
folder: Formula
|
folder: Formula
|
||||||
tap:
|
repository:
|
||||||
owner: go-task
|
owner: go-task
|
||||||
name: homebrew-tap
|
name: homebrew-tap
|
||||||
test:
|
test:
|
||||||
|
@@ -116,7 +116,7 @@ tasks:
|
|||||||
test-release:
|
test-release:
|
||||||
desc: Tests release process without publishing
|
desc: Tests release process without publishing
|
||||||
cmds:
|
cmds:
|
||||||
- goreleaser --snapshot --rm-dist
|
- goreleaser --snapshot --clean
|
||||||
|
|
||||||
release:
|
release:
|
||||||
desc: Prepare the project for a new release
|
desc: Prepare the project for a new release
|
||||||
|
Reference in New Issue
Block a user