We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bae400 commit c4977f0Copy full SHA for c4977f0
.goreleaser.yml
@@ -3,14 +3,20 @@
3
project_name: kill-mysql-query
4
before:
5
hooks:
6
- # you may remove this if you don't use vgo
7
- go mod download
8
builds:
9
- env:
10
- CGO_ENABLED=0
+ goos:
11
+ - darwin
12
+ - windows
13
+ - linux
14
+ ignore:
15
+ - goos: darwin
16
+ goarch: 386
17
archives:
18
- replacements:
- darwin: Darwin
19
+ darwin: macOS
20
linux: Linux
21
windows: Windows
22
386: i386
release.sh
@@ -6,5 +6,7 @@ export GOPROXY=https://gocenter.io
# git tag -a v0.1.0 -m "First release"
# git push origin v0.1.0
+# For dry run:
+# goreleaser --snapshot --skip-publish --rm-dist
goreleaser release --rm-dist
0 commit comments