Skip to content

Commit

Permalink
Generate the Homebrew Tap Formula through GoReleaser (#4)
Browse files Browse the repository at this point in the history
OpenHue CLI will be available via Homebrew
  • Loading branch information
thibauult authored Oct 31, 2023
1 parent a79123c commit 2eb27a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ dockers:
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"

brews:
- name: openhue-cli
homepage: https://github.com/openhue/homebrew-cli
repository:
owner: openhue
name: homebrew-cli

archives:
- id: openhue
format: tar.gz
Expand Down

0 comments on commit 2eb27a1

Please sign in to comment.