Skip to content

Commit 03692e9

Browse files
authored
Merge pull request #274 from NearNodeFlash/docs-release-mandatory
Remove discussion of doc release being optional
2 parents c164b6d + 9b15e6d commit 03692e9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,15 @@ other components.
110110
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.
111111

112112
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.**
114113

115114
```bash
116-
./final-release-notes.sh -r $NNF_RELEASE [-D]
115+
./final-release-notes.sh -r $NNF_RELEASE
117116
```
118117

119118
2. Generate and commit the release notes to the specified `nnf-deploy` release:
120119

121120
```bash
122-
./final-release-notes.sh -r $NNF_RELEASE -C [-D]
121+
./final-release-notes.sh -r $NNF_RELEASE -C
123122
```
124123

125124
## Compare release manifests

0 commit comments

Comments
 (0)