We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20f186 commit ffc3fa8Copy full SHA for ffc3fa8
RELEASE.rst
@@ -26,9 +26,9 @@ Process
26
git add numpydoc/__init__.py doc/release_notes.rst
27
git commit -m 'Designate <version> release'
28
29
-- Add the version number as a tag in git::
+- Add the version number (e.g., `v1.2.0`) as a tag in git::
30
31
- git tag -s [-u <key-id>] numpydoc-<version> -m 'signed <version> tag'
+ git tag -s [-u <key-id>] v<version> -m 'signed <version> tag'
32
33
If you do not have a gpg key, use -u instead; it is important for
34
Debian packaging that the tags are annotated
0 commit comments