Skip to content

Commit 823c280

Browse files
committed
Allow prereleases via GoReleaser
1 parent 5a601b9 commit 823c280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ checksum:
8484
name_template: 'sha256sum.txt'
8585
release:
8686
draft: true
87+
prerelease: auto
8788
changelog:
8889
skip: false
8990
sort: asc
@@ -95,4 +96,4 @@ changelog:
9596
- Merge branch
9697
- go mod tidy
9798
snapshot:
98-
name_template: "{{ .Tag }}-next"
99+
name_template: "{{ .Tag }}-next"

0 commit comments

Comments
 (0)