DOC: Update release instructions.

This commit is contained in:
Stefan van der Walt
2011-09-17 11:50:10 -07:00
parent e5a211c749
commit e70cd1af4d
+5 -2
View File
@@ -2,10 +2,10 @@ How to make a new release of ``scikits.image``
==============================================
- Update the version number in setup.py and commit
- Update the docs and api, push upstream using the "push_github" script
- Update the docs and api, push upstream using "make gh-pages"
- Add the version number as a tag in git::
git tag v0.1
git tag v0.5
- Push the new meta-data to github::
@@ -19,3 +19,6 @@ How to make a new release of ``scikits.image``
- Increase the version number in the setup.py file to ``0.Xdev``.
- Update the web frontpage.
The webpage is kept in a separate repo: scikits.image-web