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
# If set to auto, the release will not be uploaded to the homebrew tap repo
98
106
# if the tag has a prerelease indicator (e.g. v0.0.1-alpha1)
99
-
# Temporarily not skipping prereleases to test integration with Homebrew
100
-
# skip_upload: auto
107
+
skip_upload: auto
101
108
102
109
snapcrafts:
103
110
# IDs of the builds for which to create packages for
104
111
- builds:
105
-
- linux-builds
112
+
- linux-builds
106
113
# The name of the snap
107
114
name: stackit
108
115
# The canonical title of the application, displayed in the software
@@ -111,7 +118,9 @@ snapcrafts:
111
118
summary: A command-line interface to manage STACKIT resources.
112
119
description: "A command-line interface to manage STACKIT resources.\nThis CLI is in a BETA state. More services and functionality will be supported soon."
113
120
license: Apache-2.0
114
-
# Will only publish to `edge` and `beta` channels
121
+
confinement: classic
122
+
# Grade "devel" will only release to `edge` and `beta` channels
123
+
# Grade "stable" will also release to the `candidate` and `stable` channels
115
124
grade: devel
116
-
#Skip publishing until we get approval for used interfaces or classic confinement
0 commit comments