Skip to content

Commit

Permalink
Add homebrew tap updating to goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjeffries committed Jun 12, 2020
1 parent 8ed9c0b commit 2801d33
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,28 @@ builds:
ldflags:
- -s -w -X github.com/civo/cli/cmd.VersionCli={{.Version}} -X github.com/civo/cli/cmd.CommitCli={{.Commit}} -X github.com/civo/cli/cmd.DateCli={{.Date}}
checksum:
name_template: '{{ .ProjectName }}-{{ .Version }}-checksums.sha256'
name_template: "{{ .ProjectName }}-{{ .Version }}-checksums.sha256"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- "^docs:"
- "^test:"
- Merge pull request
- Merge branch
archives:
- name_template: '{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}'
- name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
format_overrides:
- goos: windows
format: zip
format: zip
brews:
name: civo
github:
owner: civo
name: homebrew-tools
commit_author:
name: civobot
email: [email protected]
folder: formula
homepage: "https://github.com/civo/cli-go"
description: "CLI for managing Civo resources."

0 comments on commit 2801d33

Please sign in to comment.