Skip to content
Draft
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 @@ -30,7 +30,8 @@ builds:
- -X main.GitCommit={{ .ShortCommit }}

archives:
- format: binary
- formats:
- binary

checksum:
name_template: 'SHA256SUMS'
Expand Down Expand Up @@ -73,3 +74,12 @@ release:
prerelease: auto
draft: true
name_template: "{{ .Tag }}"

winget:
- name: Cli
publisher: Scaleway
short_description: Command Line Interface for Scaleway
license: apache-2.0
repository:
owner: microsoft
name: winget-pkgs
Loading