Skip to content

Commit 445e81b

Browse files
authored
Revert "chore: disable temporary snapcraft release (#1302)"
This reverts commit e64d9e3.
1 parent 92c48cb commit 445e81b

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

.goreleaser.yaml

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

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
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
159158

160159
winget:
161160
- name: stackit

0 commit comments

Comments
 (0)