Skip to content
Wenqi Li edited this page Sep 9, 2021 · 15 revisions

Milestone Release Checklist (for the maintainers)

Release a candidate version

  • Tag and release PYPI version [X.Y.Z]rc[K] following the contributing guide.
  • Make sure all CI pipelines pass.

Verify the new PyPI release

Quality assurance for the relevant repos

The new PyPI release candidate should be checked against all the relevant repositories under Project-MONAI, for example, the tutorials repo:

  • Manually run all Jupyter notebooks, replace pip install monai with pip install monai==[X.Y.Z]rc[K].
    • File new tickets and create new pull requests to address any technical issues.
  • Release a new candidate after addressing all the issues.

Prepare documentation

Release a milestone version

Revisit the GitHub project tab

Review the deprecation

  • remove any promised deprecated functionality
Clone this wiki locally