diff --git a/contrib/release.sh b/contrib/release.sh index 1bc5d57..5452fb9 100755 --- a/contrib/release.sh +++ b/contrib/release.sh @@ -471,14 +471,12 @@ Release is ready! Make your checks and push the changes for both offlineimap and the website. Announce template stands in '$TMP_ANNOUNCE'. Command samples to do manually: -- git push master:master -- git push next:next -- git push $new_version +- git push master next $new_version - python setup.py sdist && twine upload dist/* && rm -rf dist MANIFEST - cd website - git checkout master - git merge $branch_name -- git push master:master +- git push master - cd .. - git send-email $TMP_ANNOUNCE Have fun! ,-)