We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29495ba commit 762a23aCopy full SHA for 762a23a
.goreleaser.yaml
@@ -15,7 +15,7 @@ checksum:
15
name_template: 'checksums.txt'
16
17
snapshot:
18
- name_template: "{{ incpatch .Version }}-next"
+ name_template: '{{ incpatch .Version }}-next'
19
20
archives:
21
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
@@ -40,3 +40,4 @@ brews:
40
tap:
41
owner: GetStream
42
name: stream-cli
43
+ branch: homebrew
0 commit comments