frappe_docker/apps.json
abounoone 717d19f966 Add hrms app and update branch strategy docs
apps.json:
- Add frappe/hrms @ version-16 (HR & Payroll, ★7.6k)
- Reorder: erpnext → hrms → crm → helpdesk → payments → insights → lms → telephony

DEPLOY.md:
- Add branch strategy table
- Add GitHub Actions workflows section

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-18 09:06:59 +00:00

10 lines
588 B
JSON

[
{ "url": "https://github.com/frappe/erpnext", "branch": "version-16" },
{ "url": "https://github.com/frappe/hrms", "branch": "version-16" },
{ "url": "https://github.com/frappe/crm", "branch": "main" },
{ "url": "https://github.com/frappe/helpdesk", "branch": "main" },
{ "url": "https://github.com/frappe/payments", "branch": "develop" },
{ "url": "https://github.com/frappe/insights", "branch": "main" },
{ "url": "https://github.com/frappe/lms", "branch": "main" },
{ "url": "https://github.com/frappe/telephony", "branch": "develop" }
]