Skip to content

Commit 626414c

Browse files
committed
Add Winget automation to GoReleaser
1 parent 5c2c5ef commit 626414c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.goreleaser.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -342,16 +342,16 @@ winget:
342342
#
343343
# Default: false
344344
# Since: v1.19
345-
draft: true
345+
# draft: true
346346

347347
# Base can also be another repository, in which case the owner and name
348348
# above will be used as HEAD, allowing cross-repository pull requests.
349349
#
350350
# Since: v1.19
351-
base:
352-
owner: microsoft
353-
name: winget-pkgs
354-
branch: main
351+
# base:
352+
# owner: microsoft
353+
# name: winget-pkgs
354+
# branch: main
355355

356356
scoops:
357357
-

0 commit comments

Comments
 (0)