mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-23 12:18:50 +02:00
parent
2141432205
commit
fa4ba760d9
@ -37,11 +37,13 @@ rigs:
|
||||
rig:
|
||||
owner: repo-owner
|
||||
name: gofish-rig
|
||||
# Optionally a branch can be provided. If the branch does not exist, it
|
||||
# will be created. If no branch is listed, the default branch will be used
|
||||
|
||||
# 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.GOFISH_RIG_GITHUB_TOKEN }}"
|
||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||
|
||||
# Template for the url which is determined by the given Token (github or gitlab)
|
||||
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||
|
@ -36,9 +36,11 @@ brews:
|
||||
tap:
|
||||
owner: repo-owner
|
||||
name: homebrew-tap
|
||||
# Optionally a branch can be provided. If the branch does not exist, it
|
||||
# will be created. If no branch is listed, the default branch will be used
|
||||
|
||||
# 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 }}"
|
||||
|
||||
|
@ -33,11 +33,13 @@ krews:
|
||||
index:
|
||||
owner: repo-owner
|
||||
name: krew-plugins
|
||||
# Optionally a branch can be provided. If the branch does not exist, it
|
||||
# will be created. If no branch is listed, the default branch will be used
|
||||
|
||||
# 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.KREW_GITHUB_TOKEN }}"
|
||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||
|
||||
# Template for the url which is determined by the given Token (github or gitlab)
|
||||
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||
|
@ -19,11 +19,13 @@ scoop:
|
||||
bucket:
|
||||
owner: user
|
||||
name: scoop-bucket
|
||||
# Optionally a branch can be provided. If the branch does not exist, it
|
||||
# will be created. If no branch is listed, the default branch will be used
|
||||
|
||||
# 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.SCOOP_BUCKET_GITHUB_TOKEN }}"
|
||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||
|
||||
# Folder inside the repository to put the scoop.
|
||||
# Default is the root folder.
|
||||
|
Loading…
x
Reference in New Issue
Block a user