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

Fix .goreleaser.yaml #1449

Merged
merged 1 commit into from
Nov 3, 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
10 changes: 5 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ archives:
format: zip
# This section defines how to release to homebrew.
brews:
- homepage: 'https://github.com/stacklok/mediator'
- homepage: 'https://github.com/stacklok/minder'
description: 'minder is the client CLI for interacting with Minder by Stacklok.'
folder: Formula
commit_author:
Expand All @@ -57,13 +57,13 @@ winget:
- name: minder
publisher: stacklok
license: Apache-2.0
license_url: "https://github.com/stacklok/mediator/blob/main/LICENSE"
license_url: "https://github.com/stacklok/minder/blob/main/LICENSE"
copyright: Stacklok, Inc.
homepage: https://stacklok.com
short_description: 'minder is the client CLI for interacting with Minder by Stacklok.'
publisher_support_url: "https://github.com/stacklok/mediator/issues/new/choose"
publisher_support_url: "https://github.com/stacklok/minder/issues/new/choose"
package_identifier: "stacklok.minder"
url_template: "https://github.com/stacklok/mediator/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "https://github.com/stacklok/minder/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
skip_upload: auto
release_notes: "{{.Changelog}}"
tags:
Expand Down Expand Up @@ -102,7 +102,7 @@ release:
prerelease: auto
github:
owner: stacklok
name: mediator
name: minder
# This section defines how and which artifacts we want to sign for the release.
signs:
- cmd: cosign
Expand Down