File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 1+ # GoReleaser v2 configuration
2+ version : 2
3+
4+ project_name : super
15builds :
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
1618archives :
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
2426release :
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
4039checksum :
4140 name_template : ' super-checksums.txt'
4241snapshot :
43- name_template : " {{ incpatch .Version }}-{{ .ShortCommit }}"
42+ version_template : " {{ incpatch .Version }}-{{ .ShortCommit }}"
4443changelog :
45- skip : true
44+ disable : true
You can’t perform that action at this time.
0 commit comments