Try adding commit messages to nightlies, because why not? 2

This commit is contained in:
Ash 2017-03-29 09:39:20 +11:00
parent fcfc7e2873
commit f1d31c5ac0

View File

@ -15,4 +15,4 @@ deployment:
branch: master
commands:
- go get github.com/tcnksm/ghr
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease -b 'Nightly release. Use caution! We recommend downloading a stable release from the README. `git log -n 1`' `echo "v0.0.1-nightly-$(git rev-parse --short=7 HEAD)"` ci/
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease -b `echo "Nightly release. Use caution! We recommend downloading a stable release from the README. $(git log -n 1)"` `echo "v0.0.1-nightly-$(git rev-parse --short=7 HEAD)"` ci/