Skip to content

Commit 3b76fa6

Browse files
authored
Update GoReleaser to v2 config (#6271)
1 parent efbc0d3 commit 3b76fa6

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

.goreleaser.yaml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
# GoReleaser v2 configuration
2+
version: 2
3+
4+
project_name: super
15
builds:
26
- main: ./cmd/super
3-
id: sup
4-
binary: super
57
env:
68
- CGO_ENABLED=0
79
ldflags:
@@ -14,32 +16,29 @@ builds:
1416
- windows
1517
- darwin
1618
archives:
17-
- name_template: super-{{ .Tag }}.{{ .Os }}-{{ .Arch }}
19+
- name_template: "{{ .ProjectName }}-{{ .Tag }}.{{ .Os }}-{{ .Arch }}"
1820
format_overrides:
1921
- goos: windows
20-
format: zip
22+
formats: [ "zip" ]
2123
files:
2224
- LICENSE.txt
2325
- acknowledgments.txt
2426
release:
2527
header: |
2628
View [change log](CHANGELOG.md#{{ replace .Tag "." "" }}).
27-
brews:
28-
- name: super
29-
repository:
29+
homebrew_casks:
30+
- repository:
3031
owner: brimdata
3132
name: homebrew-tap
3233
commit_author:
3334
name: brim-bot
3435
email: bot@brimdata.io
3536
homepage: https://github.com/brimdata/super
3637
description: |
37-
An analytics database that puts JSON and relational tables on equal footing
38-
install: |
39-
bin.install "super"
38+
An analytics database that fuses structured and semi-structured data
4039
checksum:
4140
name_template: 'super-checksums.txt'
4241
snapshot:
43-
name_template: "{{ incpatch .Version }}-{{ .ShortCommit }}"
42+
version_template: "{{ incpatch .Version }}-{{ .ShortCommit }}"
4443
changelog:
45-
skip: true
44+
disable: true

0 commit comments

Comments
 (0)