Do not set change log on release

This commit is contained in:
Hidetake Iwata
2019-04-05 10:16:25 +09:00
parent 89a1046ce3
commit 9d2319ee2f
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ jobs:
- run: go get golang.org/x/lint/golint
- run: go get github.com/int128/goxzst
- run: go get github.com/tcnksm/ghr
- run: go get github.com/Songmu/ghch/cmd/ghch
- run: go get github.com/int128/ghcp
- checkout
# workaround for https://github.com/golang/go/issues/27925

View File

@@ -27,7 +27,7 @@ dist:
mv dist/gh/kubelogin.rb dist/
release: dist
ghr -u "$(CIRCLE_PROJECT_USERNAME)" -r "$(CIRCLE_PROJECT_REPONAME)" -b "$$(ghch -F markdown --latest)" "$(CIRCLE_TAG)" dist/gh/
echo ghr -u "$(CIRCLE_PROJECT_USERNAME)" -r "$(CIRCLE_PROJECT_REPONAME)" "$(CIRCLE_TAG)" dist/gh/
ghcp -u "$(CIRCLE_PROJECT_USERNAME)" -r "homebrew-$(CIRCLE_PROJECT_REPONAME)" -m "$(CIRCLE_TAG)" -C dist/ kubelogin.rb
clean: