Skip to content

Commit 6939fab

Browse files
authored
Mark GitHub releases as "Pre-release" for prerelease tags (#135)
1 parent 10161fb commit 6939fab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.goreleaser.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ archives:
4848
- goos: windows
4949
format: zip
5050

51+
release:
52+
# If set to auto, the GitHub release will be marked as "Pre-release"
53+
# if the tag has a prerelease indicator (e.g. v0.0.1-alpha1)
54+
prerelease: auto
55+
5156
changelog:
5257
sort: asc
5358
filters:
@@ -63,7 +68,7 @@ nfpms:
6368
package_name: stackit
6469
vendor: STACKIT
6570
homepage: https://github.com/stackitcloud/stackit-cli
66-
maintainer: STACKIT <sit-stackit-developer-tools@mail.schwarz>
71+
maintainer: STACKIT Developer Tools Team <developer-tools@stackit.cloud>
6772
description: A command-line interface to manage STACKIT resources.
6873
license: Apache 2.0
6974
contents:

0 commit comments

Comments
 (0)