Skip to content

Commit

Permalink
Rename Homebrew tap and Snap package to stackit (#47)
Browse files Browse the repository at this point in the history
* Rename Homebrew tap and Snap package to `stackit`

* Only publish to edge and beta channels
  • Loading branch information
joaopalet authored Feb 2, 2024
1 parent edb6873 commit 6bc35ce
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ signs:
args: ["-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]

brews:
- name: stackit-cli
- name: stackit
repository:
owner: stackitcloud
name: homebrew-tap
commit_author:
name: CLI Release Bot
email: noreply@stackit.de
homepage: "https://github.com/stackitcloud/stackit-cli"
description: "A command-line interface to manage STACKIT resources."
description: "A command-line interface to manage STACKIT resources.\nThis CLI is in a BETA state. More services and functionality will be supported soon."
folder: Formula
license: "Apache-2.0"
# If set to auto, the release will not be uploaded to the homebrew tap repo
Expand All @@ -85,11 +85,13 @@ snapcrafts:
- builds:
- linux-builds
# The name of the snap
name: stackit-cli
name: stackit
# The canonical title of the application, displayed in the software
# centre graphical frontends
title: STACKIT CLI
publish: true
summary: A command-line interface to manage STACKIT resources.
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
license: Apache-2.0
# Will only publish to `edge` and `beta` channels
grade: devel

0 comments on commit 6bc35ce

Please sign in to comment.