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 deprecation notices #1163

Merged
merged 1 commit into from
Jun 12, 2024
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
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dockers:
- "--platform=linux/amd64"

brews:
- tap:
- repository:
owner: KusionStack
name: homebrew-tap
url_template: "https://github.com/KusionStack/kusion/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
Expand All @@ -89,7 +89,7 @@ brews:
commit_author:
name: GoReleaser Bot
email: goreleaser@carlosbecker.com
folder: HomebrewFormula
directory: HomebrewFormula
homepage: "https://github.com/KusionStack/kusion"
description: "Codify and deliver intentions to Kubernetes and Clouds"
license: "Apache License"
Expand All @@ -104,7 +104,7 @@ scoops:
name: scoop-bucket
branch: main
token: "{{ .Env.GITHUB_TOKEN }}"
folder: Scoops
directory: Scoops
commit_author:
name: goreleaserbot
email: bot@goreleaser.com
Expand Down
Loading