Skip to content

Commit f97cf92

Browse files
committed
Update GoReleaser config to version 2
1 parent 1d3d1f0 commit f97cf92

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.goreleaser.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,22 @@
1-
# Make sure to check the documentation at http://goreleaser.com
2-
# ---------------------------
3-
# GENERAL
4-
# ---------------------------
51
version: 2
2+
63
before:
74
hooks:
85
- make all
6+
97
snapshot:
108
name_template: "{{ .Tag }}"
9+
1110
changelog:
1211
sort: asc
1312
filters:
14-
exclude:
13+
exclude:
1514
- '^.github:'
1615
- '^test:'
1716

18-
# ---------------------------
19-
# BUILDER
20-
# ---------------------------
21-
build:
22-
skip: true
17+
builds:
18+
- skip: true
2319

24-
# ---------------------------
25-
# GITHUB RELEASE
26-
# ---------------------------
2720
release:
2821
# prerelease: true
2922
name_template: "Release v{{.Version}}"

0 commit comments

Comments
 (0)