We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10161fb commit 6939fabCopy full SHA for 6939fab
.goreleaser.yaml
@@ -48,6 +48,11 @@ archives:
48
- goos: windows
49
format: zip
50
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
+
56
changelog:
57
sort: asc
58
filters:
@@ -63,7 +68,7 @@ nfpms:
63
68
package_name: stackit
64
69
vendor: STACKIT
65
70
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>
67
72
description: A command-line interface to manage STACKIT resources.
73
license: Apache 2.0
74
contents:
0 commit comments