diff --git a/contrib/release.sh b/contrib/release.sh index 6978a23..a9d75d7 100755 --- a/contrib/release.sh +++ b/contrib/release.sh @@ -16,7 +16,7 @@ # TODO: move configuration out and source it. # TODO: implement rollback. -__VERSION__='v0.2' +__VERSION__='v0.3' SPHINXBUILD=sphinx-build @@ -430,6 +430,16 @@ cat < master:master +- git push next:next +- git push $new_version +- cd website +- git checkout master +- git merge $branch_name +- git push master:master +- cd .. +- git send-email $TMP_ANNOUNCE Have fun! ,-) EOF