From 7ac3fed1ce39f6b96d62b8eb78456ec86d9f3aa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Palet?= Date: Thu, 1 Feb 2024 13:58:07 +0000 Subject: [PATCH] Fix .goreleaser.yaml formatting --- .goreleaser.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index fc803ab0b..bd12d3396 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -80,10 +80,10 @@ brews: # Not setting it for now so we can publish prerelease tags # skip_upload: auto - snapcrafts: - # IDs of the builds for which to create packages for - builds: - - linux-builds +snapcrafts: + # IDs of the builds for which to create packages for + - builds: + - linux-builds # The name of the snap name: stackit-cli # The canonical title of the application, displayed in the software @@ -91,6 +91,5 @@ brews: title: STACKIT CLI publish: true summary: A command-line interface to manage STACKIT resources. - description: "A command-line interface to manage STACKIT resources. - This CLI is in a BETA state. More services and functionality will be supported soon." + description: "A command-line interface to manage STACKIT resources.\nThis CLI is in a BETA state. More services and functionality will be supported soon." license: Apache-2.0 \ No newline at end of file