From f558dbf6c928959d07988a7d0eaca864b7e32d04 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Fri, 22 Mar 2024 10:20:58 -0700 Subject: [PATCH] Update release process (#535) --- RELEASE.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.rst b/RELEASE.rst index 93524d9a..21781bc9 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -36,11 +36,11 @@ Process - Commit changes:: git add numpydoc/_version.py ${LOG} - git commit -m 'Designate release' + git commit -m "Designate ${VERSION} release" - Add the version number (e.g., `v1.2.0`) as a tag in git:: - git tag -s [-u ] v -m 'signed tag' + git tag -s v${VERSION} -m "signed ${VERSION} tag" If you do not have a gpg key, use -u instead; it is important for Debian packaging that the tags are annotated