Skip to content

Commit be76ce2

Browse files
committed
testcommit
1 parent 2b423f7 commit be76ce2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.goreleaser.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ env:
1010

1111
builds:
1212
# guanceexample: your binary file name
13-
- binary: guanceexample
13+
-
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
1419
goos:
1520
- linux
1621
- windows

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git commit -m "testcommit"
44
# master: your branch name
55
git push origin master
66
# vXX.XX.XX: your version. your tag
7-
git tag -a v0.3.19 -m "test release"
7+
git tag -a v0.3.20 -m "test release"
88
# release and push to github & docker.io
99
goreleaser release --rm-dist
1010
# only test realase

0 commit comments

Comments
 (0)