Skip to content

Commit 396bce8

Browse files
committed
build: update GoReleaser config to v2
1 parent b10cebf commit 396bce8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.goreleaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
project_name: lazycommit
24

35
release:
@@ -19,10 +21,10 @@ builds:
1921

2022
archives:
2123
- id: archive
22-
builds: [lazycommit]
24+
ids: [lazycommit]
2325
format_overrides:
2426
- goos: windows
25-
format: zip
27+
formats: [zip]
2628

2729
checksum:
2830
name_template: "checksums.txt"
@@ -34,5 +36,3 @@ changelog:
3436
exclude:
3537
- '^docs:'
3638
- '^test:'
37-
38-

0 commit comments

Comments
 (0)