Skip to content

Commit

Permalink
Add review of open issues step to release process
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Nov 21, 2023
1 parent 5fbd95c commit 1924c3c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ The release process steps are:

* Change the :guilabel:`Due date` to the release date
* Delete the "when it's ready" comment in the :guilabel:`Description`
* Close the release milestone

#. Use the GitHub :guilabel:`Issues -> Milestones` web interface to create a milestone for
the next release:
Expand All @@ -595,6 +594,12 @@ The release process steps are:
``v23.1 release - when it's ready :-)``
* Create the next release milestone

#. Review the open issues,
especially any that are associated with the milestone for the just released version,
and update their milestone.

#. Close the milestone for the just released version.

#. Use :command:`hatch version minor,dev` to bump the version for the next development cycle,
or use :command:`hatch version major,minor,dev` for a year rollover version bump

Expand Down

0 comments on commit 1924c3c

Please sign in to comment.