Skip to content

Commit

Permalink
Be more explicit with make release invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunt committed Apr 5, 2016
1 parent d662816 commit 082b762
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ci/release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Bug Fixes

Fix versioning problem / Github Release issues in pipeline
2 changes: 1 addition & 1 deletion ci/scripts/shipit
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [[ -d ${newgopath} ]]; then
fi
echo ">> Using GOPATH ${GOPATH}"

make -C $ROOT release
make -C $ROOT VERSION="${VERSION}" RELEASE_ROOT="${PWD}/${RELEASE_ROOT}" release
echo "v${VERSION}" > ${RELEASE_ROOT}/tag
echo "${RELEASE_NAME} v${VERSION}" > ${RELEASE_ROOT}/name
mv ${ROOT}/ci/release_notes.md ${RELEASE_ROOT}/notes.md
Expand Down

0 comments on commit 082b762

Please sign in to comment.