mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 18:25:32 +08:00
Merge pull request #1408 from stefanv/tagging
Update tagging instructions for release
This commit is contained in:
+4
-1
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user