Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 534 Bytes

RELEASE.md

File metadata and controls

16 lines (12 loc) · 534 Bytes

Releasing new helm charts

  1. Make sure that all the relevant pull requests have been merged on the main branch

  2. Setup release_wizard:

$ ./release_wizard/setup.sh
$ . ./venv/bin/activate
  1. 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
  1. The tag triggers github actions to build the chart and deploy it on helm.erpnext.com