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

Update winget-pkg releaser details and forked repo reference #5157

Merged
merged 1 commit into from
Dec 6, 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
12 changes: 6 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ archives:
# This section defines how to release to winget.
winget:
- name: minder
publisher: stacklok
publisher: mindersec
license: Apache-2.0
license_url: "https://github.com/mindersec/minder/blob/main/LICENSE"
copyright: Stacklok, Inc.
homepage: https://stacklok.com
short_description: 'minder is the client CLI for interacting with Minder by Stacklok.'
copyright: Minder
homepage: https://mindersec.github.io/
short_description: 'minder is the client CLI for interacting with Minder'
publisher_support_url: "https://github.com/mindersec/minder/issues/new/choose"
package_identifier: "stacklok.minder"
package_identifier: "mindersec.minder"
url_template: "https://github.com/mindersec/minder/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
skip_upload: auto
release_notes: "{{.Changelog}}"
Expand All @@ -66,7 +66,7 @@ winget:
email: info@stacklok.com
goamd64: v1
repository:
owner: stacklok
owner: mindersec
name: winget-pkgs
branch: "minder-{{.Version}}"
token: "{{ .Env.WINGET_GITHUB_TOKEN }}"
Expand Down
Loading