-
Notifications
You must be signed in to change notification settings - Fork 2
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
4 changed files
with
18 additions
and
14 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
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
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 |
---|---|---|
|
@@ -88,25 +88,25 @@ archives: | |
scoops: | ||
- | ||
repository: | ||
owner: hazelops | ||
name: scoop-ize | ||
owner: hazelops | ||
name: scoop-ize | ||
|
||
# Optionally a branch can be provided. | ||
# Defaults to the default repository branch. | ||
branch: main | ||
# Optionally a branch can be provided. | ||
# Defaults to the default repository branch. | ||
branch: main | ||
|
||
# Optionally a token can be provided, if it differs from the token provided to GoReleaser | ||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" | ||
# Optionally a token can be provided, if it differs from the token provided to GoReleaser | ||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" | ||
|
||
# Folder inside the repository to put the scoop. | ||
# Default is the root folder. | ||
# folder: latest | ||
# Folder inside the repository to put the scoop. | ||
# Default is the root folder. | ||
# directory: latest | ||
|
||
# Git author used to commit to the repository. | ||
# Defaults are shown. | ||
commit_author: | ||
name: hazelops | ||
email: [email protected] | ||
name: hazelops | ||
email: [email protected] | ||
|
||
# The project name and current git tag are used in the format string. | ||
commit_msg_template: "Ize update for {{ .ProjectName }} version {{ .Tag }}" | ||
|
@@ -146,4 +146,4 @@ scoops: | |
# GOAMD64 to specify which amd64 version to use if there are multiple versions | ||
# from the build section. | ||
# Default is v1. | ||
# goamd64: v3 | ||
|
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