-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.goreleaser.yml
62 lines (62 loc) · 1.92 KB
/
.goreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
builds:
- goos:
- darwin
- linux
- windows
archives:
- format: zip
brews:
- name: aztx
url_template: "https://github.com/riweston/aztx/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
repository:
owner: riweston
name: homebrew-aztx
token: "{{ .Env.HOMEBREW }}"
commit_author:
name: goreleaserbot
email: [email protected]
homepage: "https://github.com/riweston/aztx"
description: "This tool is a helper for azure-cli that leverages fzf for a nice interface to switch between subscription contexts."
license: "MIT"
dependencies:
- name: azure-cli
- name: fzf
scoops:
- name: aztx
url_template: "https://github.com/riweston/aztx/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
repository:
owner: riweston
name: scoop-bucket
token: "{{ .Env.HOMEBREW }}"
commit_author:
name: goreleaserbot
email: [email protected]
homepage: "https://github.com/riweston/aztx"
description: "This tool is a helper for azure-cli that leverages fzf for a nice interface to switch between subscription contexts."
license: "MIT"
depends:
- azure-cli
- fzf
winget:
- name: aztx
url_template: "https://github.com/riweston/aztx/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
package_identifier: "riweston.aztx"
repository:
owner: riweston
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: Richard Weston
email: [email protected]
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"
publisher: riweston