Skip to content

Commit

Permalink
Update release notes for the final release.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Feb 4, 2022
1 parent e0c15c8 commit 0f5aedf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,13 @@ Step-by-step

- Edit ``src/towncrier/_version.py`` such as ``__version__ = Version('towncrier', 19, 9, 0)`` to remove the release candidate indication.

- Return to the towncrier build step and continue.
- Manually update the NEWS.rst by removing the `.rcN` version and update the release date.

- Commit, tag as ``19.9.0`` and push the tag to the primary repository.

- This will result in another build which will publish to PyPI for the final release.

- Confirm the presence of the release on PyPI.

- If the final release has been completed, continue below.

Expand Down
4 changes: 2 additions & 2 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

.. towncrier release notes start
towncrier 21.9.0.rc1 (2021-09-24)
=================================
towncrier 21.9.0 (2022-02-04)
=============================

Features
--------
Expand Down

0 comments on commit 0f5aedf

Please sign in to comment.