From 1eacf0a70fdbd4f94349f4d0051d065c868aa955 Mon Sep 17 00:00:00 2001 From: Richard Weston <22933083+riweston@users.noreply.github.com> Date: Wed, 20 Mar 2024 22:27:02 +0000 Subject: [PATCH] ci(#patch): Reworked the goreleaser config to auto pull request back to microsoft (#27) ci(#patch): Reworked the config to auto pull request back to microsoft --- .goreleaser.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 8a091a3..8e15a2f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -43,11 +43,19 @@ winget: package_identifier: "riweston.aztx" repository: owner: riweston - name: winget-aztx + name: winget-pkgs token: "{{ .Env.HOMEBREW }}" + branch: "aztx-{{ .Tag }}" + pull_request: + enabled: true + draft: true + base: + owner: microsoft + name: winget-pkgs + branch: master commit_author: - name: goreleaserbot - email: goreleaser@riweston.io + name: Richard Weston + email: github@riweston.io homepage: "https://github.com/riweston/aztx" short_description: "This tool is a helper for azure-cli that leverages fzf for a nice interface to switch between subscription contexts." license: "MIT"