Skip to content

Commit 8752fef

Browse files
committed
minor-release-status.md update
1 parent 98b04d3 commit 8752fef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/minor-release-status.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Extended status calculation is introduced as a way to avoid multiple visits of s
1616

1717
Status denotes next action which should be undertaken to finish minor build: {FORK, LOCK, BUILD_MDEPS, ACTUALIZE_PATCHES, BUILD, DONE}
1818

19-
- FORK needed? => FORK
19+
- If version is locked: calculate `nextVersion` and `subComponents`. If CRB exists and version.patch == 0 mdeps are taken from CRB otherwise from `develop`
20+
- If version is not locked: FORK needed? => FORK
2021
- CRB.version.patch > 0 or tag is delayed => DONE
2122
- mdeps are not locked => LOCK
2223
- Any component is not in DONE status => BUILD_MDEPS
@@ -34,7 +35,7 @@ Status denotes next action which should be undertaken to finish minor build: {FO
3435
- Any version in CRB.`mdeps` does not equal component nextVersion (patches are ignored) => YES (means that all is built but some sub-component has newer minor or patch) //- wrong: newer patch -> ACTUALIZE_PATCHES
3536
- NO
3637

37-
This procedure also calculates `nextVersion` and `subComponents`. If CRB exists and version.patch == 0 mdeps are taken from CRB otherwise from `develop`
38+
This procedure also calculates `nextVersion` and `subComponents`. If CRB exists and version.patch == 0 mdeps are taken from CRB otherwise from `develop`
3839

3940
# PATCH BUILD STATUS
4041

0 commit comments

Comments
 (0)