Skip to content

Commit

Permalink
Per #673, working on MET formatting updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Mar 15, 2022
1 parent d98cadc commit 3e84b37
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,31 @@ Finalize Release on GitHub
--------------------------

* Update milestones:

* Edit the milestone for the current release by updating the *Due date* with the actual release date.

* Close the current milestone.

* Create a new milestone for the first bugfix release (e.g. first vX.Y.1 (bugfix) release).

* If necessary, create a new milestone for the next official release (e.g. next vX.Y.Z release).

* Update issues:

* Close the GitHub issue for creating this official release.

* If necessary, reassign any remaining issues for the current milestone to other milestones.

* Update projects:

* Confirm that all existing development projects for the current milestone are closed.

* If necessary, create development projects for the next milestone (e.g. |projectRepo|-X.Y.Z-beta1, beta2, beta3).

* Update branches:

* Remove any remaining stale development branches from the new release.

* Update the repository settings by resetting the *Default branch* to the new main_vX.Y branch:

.. parsed-literal::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Create Release Reference Branch
git pull
git checkout -b main_vX.Y-ref
Push reference branch to GitHub
Push Reference Branch to GitHub
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Remove **-dev** from the version number:

Commit these changes.

Push reference branch to GitHub
Push Reference Branch to GitHub
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

::
Expand Down

0 comments on commit 3e84b37

Please sign in to comment.