Skip to content

Commit

Permalink
Temporarily disable publishing to winget (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimitrov authored Dec 20, 2024
1 parent 1889f92 commit 0e94cca
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e94cca

Please sign in to comment.