Skip to content

Commit fe86b8f

Browse files
authored
Merge pull request #135 from NearNodeFlash/deploy-repo-correction
Update the release guide to add the tagged submodules to the nnf-depl…
2 parents 6fc9d28 + 5f7c017 commit fe86b8f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ that everything is current on `master` for `nnf-deploy`.
155155
git submodule foreach 'git checkout `git describe --match="v*" HEAD`'
156156
```
157157

158-
6. Verify that each submodule is now at the proper tagged version.
158+
6. Add each submodule to the commit with `git add`.
159+
160+
7. Verify that each submodule is now at the proper tagged version.
159161

160162
```shell
161163
git submodule
162164
```
163165

164-
7. Do a `git add` for each of the submodules.
165-
166166
8. Update `config/repositories.yaml` with the referenced versions for:
167167

168168
1. `lustre-csi-driver`

0 commit comments

Comments
 (0)