diff --git a/RELEASE.rst b/RELEASE.rst index cd66389f..8e9283fc 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -26,9 +26,9 @@ Process git add numpydoc/__init__.py doc/release_notes.rst git commit -m 'Designate release' -- Add the version number as a tag in git:: +- Add the version number (e.g., `v1.2.0`) as a tag in git:: - git tag -s [-u ] numpydoc- -m 'signed tag' + git tag -s [-u ] v -m 'signed tag' If you do not have a gpg key, use -u instead; it is important for Debian packaging that the tags are annotated