release.sh: minor enhancements

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2016-08-13 18:11:03 +02:00
parent d263af91e0
commit bfa966dd08

View File

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