-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Releasing Frappe ERPNext
Pratik Vyas edited this page Jun 3, 2015
·
3 revisions
- Make a new bench dedicated for releasing
bench init release-bench --frappe-path git@github.com:frappe/frappe.git
- Get ERPNext in the release bench
bench get-app erpnext git@github.com:frappe/erpnext.git
- Configure as release bench. Add this to the
config.json
"release_bench": true,
- Use the release commands to release
bench release [frappe|erpnext] [major|minor|patch]
Custom Footer Page