Skip to content

Commit

Permalink
Update release process (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Mar 22, 2024
1 parent 42cdcb1 commit f558dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ Process
- Commit changes::

git add numpydoc/_version.py ${LOG}
git commit -m 'Designate <version> 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 <key-id>] v<version> -m 'signed <version> 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
Expand Down

0 comments on commit f558dbf

Please sign in to comment.