Skip to content

Commit

Permalink
Auto-publish releases to homebrew repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed Nov 5, 2019
1 parent ca3c041 commit c71a59e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ signs:
- "${artifact}"

snapshot:
# name_template: "{{ .Tag }}-next"
name_template: "SNAPSHOT-{{.ShortCommit}}"

changelog:
Expand All @@ -66,3 +65,15 @@ changelog:
exclude:
- '^docs:'
- '^test:'

brews:
- name: doppler
github:
owner: DopplerHQ
name: homebrew-dopplerhq
commit_author:
name: "Doppler Bot"
email: [email protected]
folder: Formula
homepage: "https://doppler.com"
description: "The official Doppler CLI for managing your secrets and config"

0 comments on commit c71a59e

Please sign in to comment.