We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8acf9e3 + 267d09c commit 98774d8Copy full SHA for 98774d8
docs/repo-guides/release-nnf-sw/readme.md
@@ -155,14 +155,14 @@ that everything is current on `master` for `nnf-deploy`.
155
git submodule foreach 'git checkout `git describe --match="v*" HEAD`'
156
```
157
158
-6. Verify that each submodule is now at the proper tagged version.
+6. Add each submodule to the commit with `git add`.
159
+
160
+7. Verify that each submodule is now at the proper tagged version.
161
162
```shell
163
git submodule
164
165
-7. Do a `git add` for each of the submodules.
-
166
8. Update `config/repositories.yaml` with the referenced versions for:
167
168
1. `lustre-csi-driver`
0 commit comments