Skip to content

Commit

Permalink
Prepare for v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Dec 1, 2016
1 parent 7241e8f commit 5a2bcfb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ twine upload dist/${PKG}-$VERSION.tar.gz

set +x
echo ""
echo " You may now create a new github release with the tag \"v$VERSION\" and name "
echo " it \"${PKG}-${VERSION}\", (don't foreget to manually attach the new .tar.gz"
echo " file from the ./dist/ directory). Then run:"
echo " You may now create a new github release at with the tag \"v$VERSION\", here is a link:"
echo " https://github.com/$4/${5:-$PKG}/releases/new "
echo " name the release \"${PKG}-${VERSION}\", and don't foreget to manually attach the file:"
echo " $(openssl sha256 $(pwd)/dist/${PKG}-${VERSION}.tar.gz)"
echo " Then run:"
echo ""
echo " $ ./scripts/post_release.sh $1 MYSERVER MYGITHUBUSERNAME"
echo " $ ./scripts/post_release.sh $1 $SERVER $4"
echo ""

0 comments on commit 5a2bcfb

Please sign in to comment.