We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b423f7 commit be76ce2Copy full SHA for be76ce2
.goreleaser.yaml
@@ -10,7 +10,12 @@ env:
10
11
builds:
12
# guanceexample: your binary file name
13
- - binary: guanceexample
+ -
14
+ binary: guanceexample
15
+ # Path to main.go file or main package.
16
+ # Notice: when used with `gomod.proxy`, this must be a package.
17
+ # Default is `.`.
18
+ # main: ./cmd/my-app
19
goos:
20
- linux
21
- windows
release.sh
@@ -4,7 +4,7 @@ git commit -m "testcommit"
4
# master: your branch name
5
git push origin master
6
# vXX.XX.XX: your version. your tag
7
-git tag -a v0.3.19 -m "test release"
+git tag -a v0.3.20 -m "test release"
8
# release and push to github & docker.io
9
goreleaser release --rm-dist
# only test realase
0 commit comments