Skip to content

Commit 25ee0a7

Browse files
committed
TASK: goreleaser update
1 parent 4c479e5 commit 25ee0a7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2+
version: 2
13
env_files:
24
github_token: ~/.config/goreleaser/github_token
35

@@ -33,7 +35,7 @@ archives:
3335
checksum:
3436
name_template: 'checksums.txt'
3537
snapshot:
36-
name_template: "{{ .Tag }}-next"
38+
version_template: "{{ .Tag }}-next"
3739
changelog:
3840
sort: asc
3941
filters:
@@ -57,7 +59,7 @@ brews:
5759

5860
# Folder inside the repository to put the formula.
5961
# Default is the root folder.
60-
folder: Formula
62+
directory: Formula
6163

6264
# Your app's homepage.
6365
# Default is empty.

0 commit comments

Comments
 (0)