-
Make sure that all the relevant pull requests have been merged on the main branch
-
Setup release_wizard:
$ ./release_wizard/setup.sh
$ . ./venv/bin/activate
- Run the release_wizard, which will fetch the latest version of Frappe/ERPNext, bump the chart version and the app version, and push to git and create a tag for the same.
$ ./release_wizard/wizard <number> major|minor|patch
- The tag triggers github actions to build the chart and deploy it on helm.erpnext.com