Skip to content

Commit 210dc18

Browse files
committed
Add nnf-storedversions-maint to release docs
1 parent aaa47cc commit 210dc18

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

docs/repo-guides/release-nnf-sw/release-all.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ other components.
1919
- [NearNodeFlash/lustre-fs-operator](https://github.com/NearNodeFlash/lustre-fs-operator)
2020
- [NearNodeFlash/nnf-mfu](https://github.com/NearNodeFlash/nnf-mfu) *(standalone repo, not a submodule)*
2121
- [NearNodeFlash/nnf-ec](https://github.com/NearNodeFlash/nnf-ec) *(standalone repo, not a submodule)*
22+
- [NearNodeFlash/nnf-storedversions-maint](https://github.com/NearNodeFlash/nnf-storedversions-maint) *(standalone repo, not a submodule)*
2223
- [NearNodeFlash/nnf-sos](https://github.com/NearNodeFlash/nnf-sos)
2324
- [NearNodeFlash/nnf-dm](https://github.com/NearNodeFlash/nnf-dm)
2425
- [NearNodeFlash/nnf-integration-test](https://github.com/NearNodeFlash/nnf-integration-test)
@@ -33,11 +34,12 @@ tool enforces the following order:
3334
3. `lustre-fs-operator`
3435
4. `nnf-mfu`
3536
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)
4143

4244
## Overview of release-all tool
4345

@@ -93,6 +95,7 @@ The following tools must be installed and available in your PATH:
9395
lustre_fs_operator
9496
nnf_mfu
9597
nnf_ec
98+
nnf_storedversions_maint
9699
nnf_sos
97100
nnf_dm
98101
nnf_integration_test
@@ -118,7 +121,7 @@ The following tools must be installed and available in your PATH:
118121
119122
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.
120123

121-
> **Note:** `nnf_mfu` may report "No new changes to release" if master has no commits since the last release. This is normal — skip it in 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 them in subsequent steps.
122125
>
123126
> **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:
124127
>

0 commit comments

Comments
 (0)