rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
128 stars 26 forks source link

Default should always be stable #90

Closed rahul286 closed 5 months ago

rahul286 commented 9 months ago

I ran

fm create erp.localhost --apps erpnext --apps hrms

and got dev versions for erpnext and hrms

+------------------+--------------------------------------------+
| Bench Apps       | App               | Version                |
|                  | ------------------+----------------------- |
|                  | frappe            | 15.8.1                 |
|                  | ------------------+----------------------- |
|                  | erpnext           | 16.0.0-dev             |
|                  | ------------------+----------------------- |
|                  | hrms              | 16.0.0-dev             |
+------------------+--------------------------------------------+
Xieyt commented 9 months ago

Considering this as an enhancement, each FrappeVerse app will automatically default to its stable branch. This will be hardcoded into the codebase and adjusted when necessary.

Xieyt commented 8 months ago

Added stable app and branch mapping for apps: Frappe, HRMS and ErpNext to version-15 in #115.