Skip to content
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: 11 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,16 @@ release:

winget:
- name: cli
publisher: Scaleway
publisher: Scaleway SAS
short_description: Command Line Interface for Scaleway
package_identifier: "Scaleway.cli"
license: Apache-2.0
author: Scaleway
copyright: Copyright (c) Scaleway SAS
Comment thread
remyleone marked this conversation as resolved.
publisher_url: https://www.scaleway.com/en/
publisher_support_url: https://www.scaleway.com/en/docs/
license_url: https://github.com/scaleway/scaleway-cli/blob/master/LICENSE
release_notes_url: https://github.com/scaleway/scaleway-cli/releases/tag/{{ .Tag }}
release_notes: "{{ .Changelog }}"
Comment thread
remyleone marked this conversation as resolved.
repository:
owner: scaleway
Expand All @@ -125,3 +131,7 @@ winget:
tags:
- golang
- cli
- go
- scaleway
- scaleway-cli
- scw
Loading