Skip to content

Check list for code release

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

Before new release

  • update version number:
    • in the badge in the README file
    • in the code in version.py

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