Skip to content

Commit 8c0658f

Browse files
authored
goreleaser: force releases to be marked as pre-release (#830)
Whatever version string sniffing goreleaser is doing isn't firing, so let's just force it. I'll add a revert to #828 for this as well.
1 parent 8a75c6f commit 8c0658f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@ changelog:
5858
exclude:
5959
- '^docs:'
6060
- '^test:'
61+
release:
62+
prerelease: true

0 commit comments

Comments
 (0)