-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily disable publishing to winget (#222)
- Loading branch information
Showing
1 changed file
with
32 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 |
---|---|---|
|
@@ -33,38 +33,38 @@ archives: | |
- goos: windows | ||
format: zip | ||
# This section defines how to release to winget. | ||
winget: | ||
- name: frizbee | ||
publisher: stacklok | ||
license: Apache-2.0 | ||
license_url: "https://github.com/stacklok/frizbee/blob/main/LICENSE" | ||
copyright: Stacklok, Inc. | ||
homepage: https://stacklok.com | ||
short_description: 'frizbee is a tool you may throw a tag at and it comes back with a checksum.' | ||
publisher_support_url: "https://github.com/stacklok/frizbee/issues/new/choose" | ||
package_identifier: "stacklok.frizbee" | ||
url_template: "https://github.com/stacklok/frizbee/releases/download/{{ .Tag }}/{{ .ArtifactName }}" | ||
skip_upload: auto | ||
release_notes: "{{.Changelog}}" | ||
tags: | ||
- golang | ||
- cli | ||
commit_author: | ||
name: stacklokbot | ||
email: [email protected] | ||
goamd64: v1 | ||
repository: | ||
owner: stacklok | ||
name: winget-pkgs | ||
branch: "frizbee-{{.Version}}" | ||
token: "{{ .Env.WINGET_GITHUB_TOKEN }}" | ||
pull_request: | ||
enabled: true | ||
draft: false | ||
base: | ||
owner: microsoft | ||
name: winget-pkgs | ||
branch: master | ||
# winget: | ||
# - name: frizbee | ||
# publisher: stacklok | ||
# license: Apache-2.0 | ||
# license_url: "https://github.com/stacklok/frizbee/blob/main/LICENSE" | ||
# copyright: Stacklok, Inc. | ||
# homepage: https://stacklok.com | ||
# short_description: 'frizbee is a tool you may throw a tag at and it comes back with a checksum.' | ||
# publisher_support_url: "https://github.com/stacklok/frizbee/issues/new/choose" | ||
# package_identifier: "stacklok.frizbee" | ||
# url_template: "https://github.com/stacklok/frizbee/releases/download/{{ .Tag }}/{{ .ArtifactName }}" | ||
# skip_upload: auto | ||
# release_notes: "{{.Changelog}}" | ||
# tags: | ||
# - golang | ||
# - cli | ||
# commit_author: | ||
# name: stacklokbot | ||
# email: [email protected] | ||
# goamd64: v1 | ||
# repository: | ||
# owner: stacklok | ||
# name: winget-pkgs | ||
# branch: "frizbee-{{.Version}}" | ||
# token: "{{ .Env.WINGET_GITHUB_TOKEN }}" | ||
# pull_request: | ||
# enabled: true | ||
# draft: false | ||
# base: | ||
# owner: microsoft | ||
# name: winget-pkgs | ||
# branch: master | ||
# This section defines whether we want to release the source code too. | ||
source: | ||
enabled: true | ||
|