-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,6 @@ brews: | |
# Templates: allowed. | ||
name: git-hooks | ||
|
||
|
||
# Headers to include in the `url` stanza. | ||
# This can be a more modern alternative to `download_strategy` in some | ||
# cases. | ||
|
@@ -68,15 +67,10 @@ brews: | |
download_strategy: CurlDownloadStrategy | ||
|
||
|
||
# Git author used to commit to the repository. | ||
commit_author: | ||
name: goreleaserbot | ||
email: [email protected] | ||
|
||
# The project name and current git tag are used in the format string. | ||
# | ||
# Templates: allowed. | ||
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}" | ||
commit_msg_template: "chore(brew): update formula for {{ .ProjectName }} version {{ .Tag }}" | ||
|
||
# Directory inside the repository to put the formula. | ||
directory: Formula | ||
|
@@ -100,28 +94,16 @@ brews: | |
# Packages your package depends on. | ||
dependencies: | ||
- name: git | ||
# Allow to specify the OS in which the dependency is required. | ||
# Valid options are `mac` and `linux`. | ||
os: mac | ||
- name: zsh | ||
- name: gitleaks | ||
type: optional | ||
|
||
|
||
|
||
# So you can `brew test` your formula. | ||
# | ||
# Template: allowed | ||
test: | | ||
system "#{bin}/git-hooks" | ||
# Additional install instructions so you don't need to override `install`. | ||
# | ||
# Template: allowed | ||
extra_install: | | ||
bash_completion.install "completions/foo.bash" => "foo" | ||
# Repository to push the generated files to. | ||
repository: | ||
# Repository owner. | ||
|
@@ -142,23 +124,3 @@ brews: | |
|
||
|
||
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}" | ||
|
||
# Sets up pull request creation instead of just pushing to the given branch. | ||
# Make sure the 'branch' property is different from base before enabling | ||
# it. | ||
# | ||
# This might require a personal access token. | ||
pull_request: | ||
# Whether to enable it or not. | ||
enabled: true | ||
|
||
# Whether to open the PR as a draft or not. | ||
draft: true | ||
|
||
|
||
# Base can also be another repository, in which case the owner and name | ||
# above will be used as HEAD, allowing cross-repository pull requests. | ||
base: | ||
owner: lvrach | ||
name: homebrew-tap | ||
branch: main |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters