Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily disable publishing to winget #222

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading