Skip to content

Commit ffc3fa8

Browse files
Use consistent release tags (#361)
1 parent a20f186 commit ffc3fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Process
2626
git add numpydoc/__init__.py doc/release_notes.rst
2727
git commit -m 'Designate <version> release'
2828

29-
- Add the version number as a tag in git::
29+
- Add the version number (e.g., `v1.2.0`) as a tag in git::
3030

31-
git tag -s [-u <key-id>] numpydoc-<version> -m 'signed <version> tag'
31+
git tag -s [-u <key-id>] v<version> -m 'signed <version> tag'
3232

3333
If you do not have a gpg key, use -u instead; it is important for
3434
Debian packaging that the tags are annotated

0 commit comments

Comments
 (0)