Skip to content

Commit 604d31a

Browse files
authored
Upgrade deprecated items in goreleaser config (#50)
1 parent 96787bd commit 604d31a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
project_name: imscli
23
before:
34
hooks:
@@ -16,11 +17,11 @@ builds:
1617
archives:
1718
- format_overrides:
1819
- goos: windows
19-
format: zip
20+
formats: zip
2021
checksum:
2122
name_template: 'checksums.txt'
2223
snapshot:
23-
name_template: "{{ .Version }}-next"
24+
version_template: "{{ .Version }}-next"
2425
changelog:
2526
sort: asc
2627
filters:

0 commit comments

Comments
 (0)