1
0
mirror of https://github.com/go-task/task.git synced 2025-03-03 14:52:13 +02:00

Homebrew: Automate with Goreleaser and start publishing M1 binaries

This commit is contained in:
Andrey Nering 2021-09-04 21:26:17 -03:00
parent 1012a0cf2b
commit 18decac44d

View File

@ -50,3 +50,17 @@ nfpms:
- deb
- rpm
file_name_template: "{{.ProjectName}}_{{.Os}}_{{.Arch}}"
brews:
- name: go-task
description: Task runner / simpler Make alternative written in Go
license: MIT
homepage: https://taskfile.dev
folder: Formula
tap:
owner: go-task
name: homebrew-tap
test:
system "#{bin}/task", "--help"
url_template: https://github.com/go-task/task/releases/download/{{.Tag}}/{{.ArtifactName}}
commit_msg_template: Bump {{.Tag}}