mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-25 12:24:44 +02:00
parent
2141432205
commit
fa4ba760d9
@ -37,11 +37,13 @@ rigs:
|
|||||||
rig:
|
rig:
|
||||||
owner: repo-owner
|
owner: repo-owner
|
||||||
name: gofish-rig
|
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
|
branch: main
|
||||||
|
|
||||||
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
|
# 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)
|
# 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 }}"
|
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||||
|
@ -36,9 +36,11 @@ brews:
|
|||||||
tap:
|
tap:
|
||||||
owner: repo-owner
|
owner: repo-owner
|
||||||
name: homebrew-tap
|
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
|
branch: main
|
||||||
|
|
||||||
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
|
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
|
||||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||||
|
|
||||||
|
@ -33,11 +33,13 @@ krews:
|
|||||||
index:
|
index:
|
||||||
owner: repo-owner
|
owner: repo-owner
|
||||||
name: krew-plugins
|
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
|
branch: main
|
||||||
|
|
||||||
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
|
# 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)
|
# 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 }}"
|
# Default for github is "https://github.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
|
||||||
|
@ -19,11 +19,13 @@ scoop:
|
|||||||
bucket:
|
bucket:
|
||||||
owner: user
|
owner: user
|
||||||
name: scoop-bucket
|
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
|
branch: main
|
||||||
|
|
||||||
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
|
# 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.
|
# Folder inside the repository to put the scoop.
|
||||||
# Default is the root folder.
|
# Default is the root folder.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user