Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added chocolatey publishing #10

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,27 @@ brews:
email: stefan.kuerzeder@whiteduck.de
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula
homepage: "https://githubs.com/whiteducksoftware/azctx"
description: "Switch faster between subscriptions in your azure cli."
homepage: "https://github.com/whiteducksoftware/azctx"
description: "Faster switching between Azure Subscriptions in your Azure CLI."
license: "MIT"
install: |
bin.install "azctx"
chocolateys:
- name: azctx
ids:
- "azctx"
dependencies:
- id: azure-cli
owners: "Martin Brandl"
authors: "Martin Brandl"
url_template: "https://github.com/whiteducksoftware/azctx/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
tags: "azctx azure cli"
require_license_acceptance: true
description: "Faster switching between Azure Subscriptions in your Azure CLI."
api_key: "{{ .Env.CHOCO_API_KEY }}"
source_repo: "https://push.chocolatey.org/"
project_url: "https://github.com/whiteducksoftware/azctx"
license_url: "https://github.com/whiteducksoftware/azctx/blob/main/LICENSE"
bug_tracker_url: "https://github.com/whiteducksoftware/azctx/issues"
release_notes: "https://github.com/whiteducksoftware/azctx/releases/tag/{{ .Tag }}"
copyright: "Copyright 2023 white duck GmbH"