Perform "nextversion" incrementing correctly in release.sh

This commit is contained in:
Peter Eckersley 2015-12-16 12:50:21 -08:00
parent 59f717fc48
commit 5666cf9e0e

View file

@ -172,7 +172,7 @@ echo "In order to upload packages run the following command:"
echo twine upload "$root/dist.$version/*/*"
if [ "$RELEASE_BRANCH" = candidate-"$version" ] ; then
SetVersion "$nextversion"
SetVersion "$nextversion".dev0
git diff
git commit -m "Bump version to $nextversion"
fi