Skip to content

Commit 7ab7e36

Browse files
authored
Merge pull request #45 from systemli/Update-goreleaser-config
Update goreleaser config
2 parents 14dad14 + 59f5079 commit 7ab7e36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
before:
24
hooks:
35
- go mod tidy
@@ -26,4 +28,4 @@ checksum:
2628
snapshot:
2729
name_template: "{{ .Tag }}-next"
2830
changelog:
29-
skip: true
31+
disable: true

0 commit comments

Comments
 (0)