Skip to content

Commit 4f549b7

Browse files
committed
update gorleaser
1 parent 9c6da64 commit 4f549b7

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.goreleaser.yml

+10-12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
before:
24
hooks:
35
- go mod tidy
@@ -20,23 +22,19 @@ changelog:
2022
sort: asc
2123

2224
brews:
23-
- dependencies:
24-
- name: kubernetes-cli
25-
- name: helm
26-
27-
tap:
25+
- repository:
2826
owner: adrianliechti
2927
name: homebrew-tap
3028

3129
commit_author:
3230
name: Adrian Liechti
3331
email: adrian@localhost
3432

35-
scoop:
36-
bucket:
37-
owner: adrianliechti
38-
name: scoop-bucket
33+
scoops:
34+
- repository:
35+
owner: adrianliechti
36+
name: scoop-bucket
3937

40-
commit_author:
41-
name: Adrian Liechti
42-
email: adrian@localhost
38+
commit_author:
39+
name: Adrian Liechti
40+
email: adrian@localhost

0 commit comments

Comments
 (0)