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
Copy file name to clipboardExpand all lines: docs/repo-guides/release-nnf-sw/release-all.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,16 +110,15 @@ other components.
110
110
Finalize the release by updating the `nnf-deploy` release notes to include the release notes from all submodules that were modified by this release. This also updates the release notes for any submodule that has CRDs, to include information about each version of the CRD offered by that submodule. Do this after the release steps have been completed for all repositories, including the NearNodeFlash.github.io repository.
111
111
112
112
1. Generate complete release notes for the specified `nnf-deploy` release for review:
113
-
**Note: If this release does not include a new release of the NearNodeFlash.github.io docs, then specify `-D` to skip the docs.**
114
113
115
114
```bash
116
-
./final-release-notes.sh -r $NNF_RELEASE [-D]
115
+
./final-release-notes.sh -r $NNF_RELEASE
117
116
```
118
117
119
118
2. Generate and commit the release notes to the specified `nnf-deploy` release:
0 commit comments