Project-MONAI / MONAI

AI Toolkit for Healthcare Imaging

Home Page:https://monai.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

releasing v1.3.2 -- checklist

KumoLiu opened this issue · comments

tentative: 25th June

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:

  • 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.
  • Testing related repositories
    • MONAI unit and integration tests
    • MONAI tutorial tests
    • MONAILabel unit and integration tests
    • MONAI model zoo tests
    • QA regression tests

Prepare documentation

Release a hotfix version

Revisit the GitHub project tab