Skip to content

Check list for code release

Zhang Yunjun edited this page Nov 28, 2021 · 13 revisions

Before new release

  • add a released version tag in version.release_history.

After new release

  • update pypi archive following pip install

  • update conda-forge archive in https://github.com/conda-forge/mintpy-feedstock

    • This is auto-triggered in the conda-forge feedstock repo.
    • Manually changes are required if:
      • If there are changes of dependencies (in setup.py, requirements.txt files, etc.)
      • [For MintPy only] If new executable scripts are added, or existing executable scripts are removed, update the setup.py in the feedstock repo.

Welcome

Software Design

Clone this wiki locally