Skip to content

Commit d65a357

Browse files
committed
fix goreleaser
1 parent ea4d1ed commit d65a357

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.goreleaser.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
# This is an example goreleaser.yaml file with some sane defaults.
23
# Make sure to check the documentation at http://goreleaser.com
34
before:
@@ -27,7 +28,7 @@ archives:
2728
checksum:
2829
name_template: 'checksums.txt'
2930
snapshot:
30-
name_template: "{{ .Tag }}-next"
31+
version_template: "{{ .Tag }}-next"
3132
changelog:
3233
sort: asc
3334
filters:
@@ -59,7 +60,7 @@ brews:
5960
# same kind. We will probably unify this in the next major version like it is done with scoop.
6061

6162
# GitHub/GitLab repository to push the formula to
62-
tap:
63+
repository:
6364
owner: birdayz
6465
name: homebrew-kaf
6566

0 commit comments

Comments
 (0)