mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-13 13:48:40 +02:00
this will add support to winget into goreleaser. Basically, the plan is: - we generate the 3 needed yaml files - we commit them to a repo and that's it. Initially, will probably have limited options support, and will only have the default locale. ###### TODO - [x] docs - [x] review by someone who knows how this works? - [x] test install somewhere - [x] more tests maybe? - [x] PR templates via API? https://github.com/goreleaser/goreleaser/pull/4105 - [x] real project test - [x] setup goreleaser to pr to winget as well - [x] document sync fork stuff https://github.com/goreleaser/goreleaser/pull/4106 --------- Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
8 lines
258 B
YAML
8 lines
258 B
YAML
# This file was generated by GoReleaser. DO NOT EDIT.
|
|
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.4.0.schema.json
|
|
PackageIdentifier: Foo.min
|
|
PackageVersion: 1.2.1
|
|
DefaultLocale: en-US
|
|
ManifestType: version
|
|
ManifestVersion: 1.4.0
|