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

Revert "Update .goreleaser.yml" #681

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
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
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
version: 2
project_name: draupnir

builds:
Expand All @@ -11,15 +10,15 @@ builds:
ldflags: -s -w -X github.com/gocardless/draupnir/pkg/version.Version={{.Version}} -X main.commit={{.Commit}}

brews:
- repository:
- tap:
owner: gocardless
name: homebrew-taps
commit_author:
name: GoCardless Engineering
email: [email protected]
install: bin.install "draupnir"
description: Client for the draupnir database service
directory: Formula
folder: Formula
test: system "draupnir-client help"

nfpms:
Expand Down
2 changes: 1 addition & 1 deletion DRAUPNIR_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.5
5.3.4
Loading