You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .goreleaser.yaml
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -80,17 +80,16 @@ brews:
80
80
# Not setting it for now so we can publish prerelease tags
81
81
# skip_upload: auto
82
82
83
-
snapcrafts:
84
-
# IDs of the builds for which to create packages for
85
-
builds:
86
-
- linux-builds
83
+
snapcrafts:
84
+
# IDs of the builds for which to create packages for
85
+
-builds:
86
+
- linux-builds
87
87
# The name of the snap
88
88
name: stackit-cli
89
89
# The canonical title of the application, displayed in the software
90
90
# centre graphical frontends
91
91
title: STACKIT CLI
92
92
publish: true
93
93
summary: A command-line interface to manage STACKIT resources.
94
-
description: "A command-line interface to manage STACKIT resources.
95
-
This CLI is in a BETA state. More services and functionality will be supported soon."
94
+
description: "A command-line interface to manage STACKIT resources.\nThis CLI is in a BETA state. More services and functionality will be supported soon."
0 commit comments