We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4d1ed commit d65a357Copy full SHA for d65a357
.goreleaser.yml
@@ -1,3 +1,4 @@
1
+version: 2
2
# This is an example goreleaser.yaml file with some sane defaults.
3
# Make sure to check the documentation at http://goreleaser.com
4
before:
@@ -27,7 +28,7 @@ archives:
27
28
checksum:
29
name_template: 'checksums.txt'
30
snapshot:
- name_template: "{{ .Tag }}-next"
31
+ version_template: "{{ .Tag }}-next"
32
changelog:
33
sort: asc
34
filters:
@@ -59,7 +60,7 @@ brews:
59
60
# same kind. We will probably unify this in the next major version like it is done with scoop.
61
62
# GitHub/GitLab repository to push the formula to
- tap:
63
+ repository:
64
owner: birdayz
65
name: homebrew-kaf
66
0 commit comments