Skip to content

Commit 1c7620c

Browse files
authored
📝 Improve the order of functional and technical changes (#707)
1 parent d8e505b commit 1c7620c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/versioning.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ How Does it Work?
1717
=================
1818

1919
1. **Base Structure**: Think of the version number as a date followed by two additional numbers, like 202312.1.2. Here, 202312 tells you the release date, 1 is the functional number, and 2 is the technical number.
20-
2. **Technical Changes**: If we fix a typo or a small bug, we only change the technical number. So, after a minor fix, the version might change from 202312.1.2 to 202312.1.3.
21-
3. **Functional Changes**: For bigger changes, like adding a new business object, we update the functional number and reset the technical number to zero. For instance, if we add a significant feature to the 202312.1.2 version, it becomes 202312.2.0.
20+
2. **Functional Changes**: For bigger changes, like adding a new business object, we update the functional number and reset the technical number to zero. For instance, if we add a significant feature to the 202312.1.2 version, it becomes 202312.2.0.
21+
3. **Technical Changes**: If we fix a typo or a small bug, we only change the technical number. So, after a minor fix, the version might change from 202312.1.2 to 202312.1.3.
2222

2323
Yearly Reset: With the start of a new year, we reset both the functional and technical numbers.
2424
So, if we're moving from December 2023 (202312.2.0) to January 2024, the new version would be 202401.0.0.

0 commit comments

Comments
 (0)