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 ac5546f commit c50fe93Copy full SHA for c50fe93
release
@@ -2,11 +2,11 @@
2
3
set -e
4
5
-gox -parallel 4 -osarch="linux/amd64 darwin/amd64 linux/arm windows/amd64" -ldflags="-s -w -X main.SRVERSION=$VERSION" -output="bin/{{.Dir}}_v"$VERSION"_{{.OS}}_{{.Arch}}" ./cmd/semantic-release/
6
-
7
./semantic-release -ghr -vf -update ./npm-package/package.json
8
export VERSION=$(cat .version)
9
+gox -parallel 4 -osarch="linux/amd64 darwin/amd64 linux/arm windows/amd64" -ldflags="-s -w -X main.SRVERSION=$VERSION" -output="bin/{{.Dir}}_v"$VERSION"_{{.OS}}_{{.Arch}}" ./cmd/semantic-release/
+
10
ghr $(cat .ghr) bin/
11
12
cd ./npm-package && npm publish
0 commit comments