-
Notifications
You must be signed in to change notification settings - Fork 255
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
1 changed file
with
33 additions
and
32 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 |
---|---|---|
|
@@ -235,41 +235,42 @@ release: | |
# - glob: ./glob/**/to/**/file/**/* | ||
# - glob: ./glob/foo/to/bar/file/foobar/override_from_previous | ||
|
||
scoop: | ||
# 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 gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}" | ||
# Default for gitea is "https://gitea.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}" | ||
url_template: "http://github.com/smallstep/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}" | ||
|
||
# Repository to push the app manifest to. | ||
bucket: | ||
owner: smallstep | ||
name: scoop-bucket | ||
|
||
# Git author used to commit to the repository. | ||
# Defaults are shown. | ||
commit_author: | ||
name: goreleaserbot | ||
email: [email protected] | ||
|
||
# The project name and current git tag are used in the format string. | ||
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}" | ||
|
||
# Your app's homepage. | ||
# Default is empty. | ||
homepage: "https://smallstep.com/" | ||
scoops: | ||
- | ||
# 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 gitlab is "https://gitlab.com/<repo_owner>/<repo_name>/uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}" | ||
# Default for gitea is "https://gitea.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}" | ||
url_template: "http://github.com/smallstep/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}" | ||
|
||
# Repository to push the app manifest to. | ||
bucket: | ||
owner: smallstep | ||
name: scoop-bucket | ||
|
||
# Git author used to commit to the repository. | ||
# Defaults are shown. | ||
commit_author: | ||
name: goreleaserbot | ||
email: [email protected] | ||
|
||
# The project name and current git tag are used in the format string. | ||
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}" | ||
|
||
# Your app's homepage. | ||
# Default is empty. | ||
homepage: "https://smallstep.com/" | ||
|
||
# Skip uploads for prerelease. | ||
skip_upload: auto | ||
# Skip uploads for prerelease. | ||
skip_upload: auto | ||
|
||
# Your app's description. | ||
# Default is empty. | ||
description: "Crypto toolkit for working with X.509, OAuth, JWT, OATH OTP, etc." | ||
# Your app's description. | ||
# Default is empty. | ||
description: "Crypto toolkit for working with X.509, OAuth, JWT, OATH OTP, etc." | ||
|
||
# Your app's license | ||
# Default is empty. | ||
license: "Apache-2.0" | ||
# Your app's license | ||
# Default is empty. | ||
license: "Apache-2.0" | ||
|
||
#dockers: | ||
# - dockerfile: docker/Dockerfile | ||
|