Skip to content

Commit 6ef2be9

Browse files
authored
Fix .goreleaser.yaml formatting (#44)
1 parent 77d4052 commit 6ef2be9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.goreleaser.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,16 @@ brews:
8080
# Not setting it for now so we can publish prerelease tags
8181
# skip_upload: auto
8282

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
8787
# The name of the snap
8888
name: stackit-cli
8989
# The canonical title of the application, displayed in the software
9090
# centre graphical frontends
9191
title: STACKIT CLI
9292
publish: true
9393
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."
9695
license: Apache-2.0

0 commit comments

Comments
 (0)