- 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.
- But if it is an stable release, execute the following target to create appropiate
alpha
andstable
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.