From 0e94cca97e077a2bac52351b08090f7723149ba5 Mon Sep 17 00:00:00 2001 From: Radoslav Dimitrov Date: Fri, 20 Dec 2024 20:05:18 +0200 Subject: [PATCH] Temporarily disable publishing to winget (#222) --- .goreleaser.yaml | 64 ++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index c6c3886..8f55982 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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: info@stacklok.com - 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: info@stacklok.com +# 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