Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 852 Bytes

release.md

File metadata and controls

19 lines (16 loc) · 852 Bytes

Release

  • Update Makefile variable VERSION to the appropiate release version. Allowed formats:
    • alpha: VERSION ?= 0.3.0-alpha.12
    • stable: VERSION ?= 0.3.0

Alpha

  • If it is an alpha release, execute the following target to create appropiate alpha bundle files:
make prepare-alpha-release
  • Then you can manually execute opeator, bundle and catalog build/push.

Stable

  • But if it is an stable release, execute the following target to create appropiate alpha and stable bundle files:
make prepare-stable-release
  • Then open a Pull Request, and a GitHub Action will automatically detect if it is new release or not, in order to create it by building/pushing new operator, bundle and catalog images, as well as creating a GitHub release draft.