Skip to content

Commit f558dbf

Browse files
Update release process (#535)
1 parent 42cdcb1 commit f558dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Process
3636
- Commit changes::
3737

3838
git add numpydoc/_version.py ${LOG}
39-
git commit -m 'Designate <version> release'
39+
git commit -m "Designate ${VERSION} release"
4040

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

43-
git tag -s [-u <key-id>] v<version> -m 'signed <version> tag'
43+
git tag -s v${VERSION} -m "signed ${VERSION} tag"
4444

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

0 commit comments

Comments
 (0)