We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42cdcb1 commit f558dbfCopy full SHA for f558dbf
RELEASE.rst
@@ -36,11 +36,11 @@ Process
36
- Commit changes::
37
38
git add numpydoc/_version.py ${LOG}
39
- git commit -m 'Designate <version> release'
+ git commit -m "Designate ${VERSION} release"
40
41
- Add the version number (e.g., `v1.2.0`) as a tag in git::
42
43
- git tag -s [-u <key-id>] v<version> -m 'signed <version> tag'
+ git tag -s v${VERSION} -m "signed ${VERSION} tag"
44
45
If you do not have a gpg key, use -u instead; it is important for
46
Debian packaging that the tags are annotated
0 commit comments