Skip to content

Commit

Permalink
chore: update goreleaser config
Browse files Browse the repository at this point in the history
for compatibility with goreleaser 2
  • Loading branch information
ctrox committed Jul 10, 2024
1 parent a32ba6c commit 44c525b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -42,18 +44,18 @@ brews:
# Default is v1.
goamd64: v1

tap:
repository:
owner: ninech
name: homebrew-taps
branch: main
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"

url_template: "https://github.com/ninech/nctl/releases/download/{{ .Tag }}/{{ .ArtifactName }}"

commit_author:
name: nine.ch Bot
email: [email protected]

commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
homepage: "https://github.com/ninech/nctl"
description: "Interact with Nine API resources."
Expand Down

0 comments on commit 44c525b

Please sign in to comment.