Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature 1746 recreate release #1751

Merged
merged 2 commits into from
Aug 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Release_Guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Release instructions for each of the METplus components are described in the fol
metplotpy
metviewer
metexpress

recreate_release


Indices and tables
Expand Down
22 changes: 22 additions & 0 deletions docs/Release_Guide/recreate_release.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Recreate an Existing Release
----------------------------

To recreate an existing development, bugfix, or official release:

* Reopen the corresponding development project from the
`Developmental Testbed Center organization project page <https://github.com/orgs/dtcenter/projects>`_.
* Make an necessary additions to the existing project. For example, move
any newly completed issues and pull requests (e.g. from beta3 back to
beta2).
* Reopen the GitHub issue for creating the previously created release.
* Delete the existing release from GitHub.
* Delete the existing release tag (e.g. v11.0.0-beta2) from GitHub.
* Follow the instructions from the
`Release Guide <https://metplus.readthedocs.io/en/develop/Release_Guide/index.html#instructions-summary>`_,
being sure to update the release data for the actual release note. Consider
adding a note in description section for the GitHub release to indicate
that this release was re-created with an explanation. For example, "NOTE:
The MET-11.0.0-beta2 development release from 8/3/2022 has been
recreated to resolve a compilation issue."