We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0a99f commit cb3d03dCopy full SHA for cb3d03d
.goreleaser.yml
@@ -15,8 +15,6 @@ archives:
15
wrap_in_directory: true
16
builds:
17
- uback
18
- replacements:
19
- amd64: x86-64
20
files:
21
- LICENSE
22
- README.md
@@ -35,3 +33,4 @@ changelog:
35
33
- Merge branch
36
34
- "test:"
37
- "build:"
+ - "chore:"
Makefile
@@ -23,7 +23,7 @@ clean:
23
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b .bin
24
25
.bin/goreleaser:
26
- 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
27
28
release: .bin/goreleaser
29
./.bin/goreleaser release
0 commit comments