Overview
Prepare a series of articles to introduce how we conduct product development and management. This is the first article: product version naming rules.
Product version naming rules
First introduce the product release version naming rules.
Example: 3.1 M020
- 3: Large version. If the core platform is upgraded or the core functionality is redesigned, the name of the large version is changed. This version is incompatible with the previous version of the system and requires a fresh reinstallation.
- 1: Small version. Adding a large feature will change the name of the iteration. Users can upgrade from a low-version system of the same large version to a high-iteration system.
- M020: Maintenance version. Added small features and bug fixes. The first version is called F000, and the rear version starts with M and increments by 10, such as: M010, M020, M030, and so on.
Product Development Management (i): Product version naming rules