Skip to content

Commit

Permalink
chore: update & fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
sloonz committed Aug 11, 2023
1 parent ec0a99f commit cb3d03d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ archives:
wrap_in_directory: true
builds:
- uback
replacements:
amd64: x86-64
files:
- LICENSE
- README.md
Expand All @@ -35,3 +33,4 @@ changelog:
- Merge branch
- "test:"
- "build:"
- "chore:"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clean:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b .bin

.bin/goreleaser:
bash <(curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh) -d -b .bin
GOBIN="$$(pwd)/.bin" go install github.com/goreleaser/goreleaser@latest

release: .bin/goreleaser
./.bin/goreleaser release

0 comments on commit cb3d03d

Please sign in to comment.