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: arch/certificate_class/MC.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,12 @@ naming_scheme: |
21
21
22
22
Where:
23
23
24
-
* Left & right square braces denote optional.
24
+
* Left & right square braces denote optional.
25
25
* \<model> is a 3 digit integer. It is changed only when mandatory extensions are added to a CRD.
26
26
** The one's digit is incremented when a small mandatory extension is added (e.g., Zicond)
27
27
** The ten's digit is incremented when a medium mandatory extension is addded (e.g., PMP)
28
28
** The hundreds's digit is incremented when a large mandatory extension is addded (e.g., V or H)
29
-
* \<version> is a semantic version (see semver.org) formatted as <major>[.<minor>.[patch]]. If \<version> is omitted, the reference applies equally to all versions.
29
+
* \<version> is a semantic version (see semver.org) formatted as <major>[.<minor>.[patch]]. If \<version> is omitted, the reference applies equally to all versions.
30
30
** A <major> release indicates support for a new optional extension.
31
31
** A <minor> release indicates one or more of the following changes to the certification tests associated with the CRD.
32
32
*** Fix test bug or increase test coverage
@@ -35,4 +35,4 @@ naming_scheme: |
35
35
** A <patch> release indicates just CRD specification changes without any difference in functional behavior
0 commit comments