Skip to content

Commit

Permalink
brew support
Browse files Browse the repository at this point in the history
  • Loading branch information
F1bonacc1 committed May 12, 2023
1 parent 9510c03 commit 4b3dcb2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
snapshot:
name_template: "{{ .Version }}-SNAPSHOT-{{.ShortCommit}}"
brews:
- name: process-compose
homepage: https://github.com/F1bonacc1/process-compose
tap:
owner: f1bonacc1
name: homebrew-tap
install: |-
bin.install "process-compose"
changelog:
sort: asc
filters:
Expand All @@ -59,6 +67,7 @@ changelog:
release:
draft: true
replace_existing_draft: true
disable: false
# modelines, feel free to remove those if you don't want/use them:
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

0 comments on commit 4b3dcb2

Please sign in to comment.