You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer_guide/contributor_guide/versioning.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
Versioning
2
2
==========
3
3
4
+
Note: The Edge Manageability Framework repository and its documentation repository follow the calendar-based versioning format of the Open Edge Platform: `YEAR-BASED MAJOR.MONTH.PATCH`. Their respective release numbers are published in the `VERSION <https://github.com/open-edge-platform/edge-manageability-framework/blob/main/VERSION>`__ file of the framework repository and the `VERSION <https://github.com/open-edge-platform/edge-manage-docs/blob/main/VERSION>`__ file of the documentation repository.
5
+
All other component repositories within the Edge Manageability Framework continue to use their own versioning schemes and branching strategies as described below.
6
+
4
7
Versioning is an integral part of the code review and Continuous Integration
5
8
(CI) process, and releasing a new version of a component will be an extremely
0 commit comments