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
@@ -33,11 +34,12 @@ tool enforces the following order:
33
34
3.`lustre-fs-operator`
34
35
4.`nnf-mfu`
35
36
5.`nnf-ec`
36
-
6.`nnf-sos` (depends on dws, nnf-mfu, nnf-ec)
37
-
7.`nnf-dm` (depends on dws, nnf-sos, nnf-mfu)
38
-
8.`nnf-integration-test` (depends on dws, nnf-sos, nnf-dm, lustre-fs-operator)
39
-
9.`nnf-deploy` (packages all submodules)
40
-
10.`NearNodeFlash.github.io` (documentation, version matches nnf-deploy)
37
+
6.`nnf-storedversions-maint`*(standalone repo)*
38
+
7.`nnf-sos` (depends on dws, nnf-mfu, nnf-ec)
39
+
8.`nnf-dm` (depends on dws, nnf-sos, nnf-mfu)
40
+
9.`nnf-integration-test` (depends on dws, nnf-sos, nnf-dm, lustre-fs-operator)
41
+
10.`nnf-deploy` (packages all submodules)
42
+
11.`NearNodeFlash.github.io` (documentation, version matches nnf-deploy)
41
43
42
44
## Overview of release-all tool
43
45
@@ -93,6 +95,7 @@ The following tools must be installed and available in your PATH:
93
95
lustre_fs_operator
94
96
nnf_mfu
95
97
nnf_ec
98
+
nnf_storedversions_maint
96
99
nnf_sos
97
100
nnf_dm
98
101
nnf_integration_test
@@ -118,7 +121,7 @@ The following tools must be installed and available in your PATH:
118
121
119
122
2. **Create Trial Release Branch:** Create the new release branch, merge master/main to that release branch, but don't push it yet. The point of this step is to look for merge conflicts between master/main and the release branch.
120
123
121
-
>**Note:**`nnf_mfu` may report "No new changes to release"if master has no commits since the last release. This is normal — skip itin subsequent steps.
124
+
>**Note:**`nnf_mfu`and `nnf_storedversions_maint`may report "No new changes to release"if master/main has no commits since the last release. This is normal — skip themin subsequent steps.
122
125
>
123
126
>**Note:**`nnf_doc` must be deferred until after `nnf_deploy` is tagged and its GitHub Release is published. The `nnf_doc` script updates `mkdocs.yml` with the latest `nnf-deploy` release version by querying GitHub Releases (not just tags). Follow this sequence:
0 commit comments