Skip to content

Commit 4a04afb

Browse files
committed
chore: disable temporary snapcraft release
1 parent 28d5984 commit 4a04afb

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

.goreleaser.yaml

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -137,24 +137,25 @@ homebrew_casks:
137137
bash: ./completions/stackit.bash
138138
fish: ./completions/stackit.fish
139139

140-
snapcrafts:
141-
# IDs of the builds for which to create packages for
142-
- ids:
143-
- linux-builds
144-
# The name of the snap
145-
name: stackit
146-
# The canonical title of the application, displayed in the software
147-
# centre graphical frontends
148-
title: STACKIT CLI
149-
summary: A command-line interface to manage STACKIT resources.
150-
description: "A command-line interface to manage STACKIT resources."
151-
license: Apache-2.0
152-
confinement: classic
153-
# Grade "devel" will only release to `edge` and `beta` channels
154-
# Grade "stable" will also release to the `candidate` and `stable` channels
155-
grade: stable
156-
# Whether to publish the Snap to the store
157-
publish: true
140+
# Temporary disable snap release, see https://jira.schwarz/browse/STACKITCLI-330
141+
# snapcrafts:
142+
# # IDs of the builds for which to create packages for
143+
# - ids:
144+
# - linux-builds
145+
# # The name of the snap
146+
# name: stackit
147+
# # The canonical title of the application, displayed in the software
148+
# # centre graphical frontends
149+
# title: STACKIT CLI
150+
# summary: A command-line interface to manage STACKIT resources.
151+
# description: "A command-line interface to manage STACKIT resources."
152+
# license: Apache-2.0
153+
# confinement: classic
154+
# # Grade "devel" will only release to `edge` and `beta` channels
155+
# # Grade "stable" will also release to the `candidate` and `stable` channels
156+
# grade: stable
157+
# # Whether to publish the Snap to the store
158+
# publish: true
158159

159160
winget:
160161
- name: stackit

0 commit comments

Comments
 (0)