Skip to content

Commit 55bbfe5

Browse files
committed
ci: support pre-releases
GoReleaser automatically deteccts these patterns as pre-releases: - vx.y.z-rcN - vx.y.z-alphaN - vx.y.z-betaN - vx.y.z-preN Signed-off-by: Leo Di Donato <120051+leodido@users.noreply.github.com>
1 parent 3facf99 commit 55bbfe5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ changelog:
3131
exclude:
3232
- "^docs:"
3333
- "^test:"
34+
35+
release:
36+
prerelease: auto

0 commit comments

Comments
 (0)