Skip to content

Commit

Permalink
Have GoReleaser send a PR for homebrew updates (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Nov 27, 2023
1 parent 65fdf7d commit 5fe7da0
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 @@ -18,6 +18,12 @@ brews:
tap:
owner: datadog
name: stratus-red-team
repository:
owner: DataDog
name: stratus-red-team
pull_request:
enabled: true
draft: false
folder: Formula
url_template: "https://github.com/DataDog/stratus-red-team/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
license: Apache-2.0
Expand All @@ -27,6 +33,7 @@ brews:
# Install shell completions
generate_completions_from_executable(bin/"stratus", "completion", shells: [:bash, :fish, :zsh], base_name: "stratus")
archives:
- name_template: >-
{{ .ProjectName }}_
Expand Down

0 comments on commit 5fe7da0

Please sign in to comment.