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 35a6568 commit 5c8329bCopy full SHA for 5c8329b
.travis.yml
@@ -2,6 +2,8 @@ language: go
2
go:
3
- 1.8.x
4
install:
5
+ - nvm install 7
6
+ - node -v && npm -v
7
- go get github.com/Masterminds/glide
8
- go get github.com/mitchellh/gox
9
- go get github.com/tcnksm/ghr
release
@@ -6,4 +6,5 @@ set -e
export VERSION=$(cat .version)
gox -ldflags="-s -w -X main.SRVERSION=$VERSION" -output="bin/{{.Dir}}_v"$VERSION"_{{.OS}}_{{.Arch}}" ./cmd/semantic-release/
ghr $(cat .ghr) bin/
+
10
cd ./npm-package && npm publish
0 commit comments