Skip to content

Commit 4441e0e

Browse files
dependabot[bot]wfscheper
authored andcommitted
chore: update goreleaser config
1 parent e12ca21 commit 4441e0e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
version: 2
23
project_name: gotagger
34
env:
45
- CGO_ENABLED=0
@@ -20,15 +21,15 @@ builds:
2021
- windows
2122
ignore:
2223
- goos: darwin
23-
goarch: 386
24+
goarch: "386"
2425
archives:
2526
- format_overrides:
2627
- goos: windows
27-
format: zip
28+
formats: [zip]
2829
checksum:
2930
name_template: "checksums.txt"
3031
snapshot:
31-
name_template: "{{.Env.VERSION}}-SNAPSHOT"
32+
version_template: "{{.Env.VERSION}}-SNAPSHOT"
3233
changelog:
3334
sort: asc
3435
filters:

0 commit comments

Comments
 (0)