Skip to content

Commit

Permalink
feat(goreleaser): add scoops (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanlogue authored Dec 9, 2024
1 parent 9a26494 commit f6540c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,20 @@ builds:
- amd64
- arm64
archives:
- format: binary
- format: zip
name_template: "{{ .Binary}}-{{ .Os }}-{{ .Arch }}"
brews:
- name: meteor
homepage: https://github.com/stefanlogue/homebrew-tools
repository:
owner: stefanlogue
name: homebrew-tools
scoops:
- name: meteor
depends: ["git"]
repository:
owner: stefanlogue
name: scoops
release:
prerelease: auto
github:
Expand Down

0 comments on commit f6540c1

Please sign in to comment.