Skip to content

Commit

Permalink
chore: change goreleaser homebrew repo (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rskrishnar authored Jan 8, 2025
1 parent 9cbf5fc commit 78eaa07
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ changelog:
- "^docs:"
- "^test:"


brews:
-
# Name of the recipe
- # Name of the recipe
#
# Default: the project name.
# Templates: allowed.
Expand All @@ -66,7 +64,6 @@ brews:
# Example: https://docs.brew.sh/Formula-Cookbook#specifying-the-download-strategy-explicitly
download_strategy: CurlDownloadStrategy


# The project name and current git tag are used in the format string.
#
# Templates: allowed.
Expand All @@ -75,11 +72,10 @@ brews:
# Directory inside the repository to put the formula.
directory: Formula


# Your app's homepage.
#
# Default: inferred from global metadata.
homepage: "https://github.com/lvrach/git-hooks/"
homepage: "https://github.com/rudderlabs/git-hooks/"

# Setting this will prevent goreleaser to actually try to commit the updated
# formula - instead, the formula file will be stored on the dist directory
Expand All @@ -90,13 +86,11 @@ brews:
# Templates: allowed.
skip_upload: false


# Packages your package depends on.
dependencies:
- name: gitleaks
type: optional


# So you can `brew test` your formula.
#
# Template: allowed
Expand All @@ -108,7 +102,7 @@ brews:
# Repository owner.
#
# Templates: allowed.
owner: lvrach
owner: rudderlabs

# Repository name.
#
Expand All @@ -121,5 +115,4 @@ brews:
# Templates: allowed.
branch: main


token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"

0 comments on commit 78eaa07

Please sign in to comment.