Skip to content

Release process

Florian Schanda edited this page Jul 31, 2020 · 2 revisions

MISS_HIT Release Process

Prepare:

  • Run all checks with a simple make
  • Run make release (this removes -dev from the version, and updates changelog/docs)
  • Carefully review and then git push

Release:

  • Issue release on GitHub with make github_release
  • Issue PyPI packages with make upload_main
  • Create zenodo release

Post-release version bump:

  • Run make bump
  • Review and then git push
Clone this wiki locally