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 3078374 commit 3ca57d4Copy full SHA for 3ca57d4
.goreleaser.yaml
@@ -69,8 +69,9 @@ brews:
69
email: noreply@stackit.de
70
homepage: "https://github.com/stackitcloud/stackit-cli"
71
description: "A command-line interface to manage STACKIT resources."
72
+ folder: Formula
73
license: "Apache-2.0"
74
# If set to auto, the release will not be uploaded to the homebrew tap repo
75
# if the tag has a prerelease indicator (e.g. v0.0.1-alpha1)
- # Not setting it for now to test with a prerelease tag
76
+ # Not setting it for now so we can publish prerelease tags
77
# skip_upload: auto
0 commit comments