Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.14 KB

Release.md

File metadata and controls

14 lines (13 loc) · 1.14 KB

Releasing KubeMarine

If you want to make a new KubeMarine release, you need to do following:

  1. On the main branch, update KubeMarine version and create tag (replace X.X.X with actual version):
    python3 -m pip install bumpver
    python3 -m bumpver update --set-version=X.X.X
    
  2. Wait for GitHub Actions completion and verify newly create pre-release on GitHub Release page. Following artifacts are essential for each release:
  3. Once you have verified that KubeMarine artifacts are OK, change your release from pre-release to latest release on GitHub Release page. This will publish KubeMarine distribution package to PyPI.