Merge pull request #1408 from stefanv/tagging

Update tagging instructions for release
This commit is contained in:
Stefan van der Walt
2015-04-01 01:14:56 -07:00
+4 -1
View File
@@ -31,7 +31,10 @@ How to make a new release of ``skimage``
- Add the version number as a tag in git::
git tag v0.X.0
git tag -s v0.X.0
(If you do not have a gpg key, use -m instead; it is important for
Debian packaging that the tags are annotated)
- Push the new meta-data to github::