Skip to content

Commit

Permalink
Add open issues review to Release Process section
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Nov 29, 2023
1 parent 1029d52 commit 06cfe08
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 @@ -583,7 +583,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 @@ -596,6 +595,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 06cfe08

Please sign in to comment.