Skip to content

Commit

Permalink
ci(#patch): Reworked the goreleaser config to auto pull request back …
Browse files Browse the repository at this point in the history
…to microsoft (#27)

ci(#patch): Reworked the config to auto pull request back to microsoft
  • Loading branch information
riweston authored Mar 20, 2024
1 parent 110dfa6 commit 1eacf0a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1eacf0a

Please sign in to comment.