@@ -14,14 +14,14 @@ other components.
1414
1515- [ NearNodeFlash/nnf-deploy] ( https://github.com/NearNodeFlash/nnf-deploy )
1616
17- - [ DataWorkflowServices/dws] ( https://github.com/DataWorkflowServices/dws )
18- - [ HewlettPackard/lustre-csi-driver] ( https://github.com/HewlettPackard/lustre-csi-driver )
19- - [ NearNodeFlash/lustre-fs-operator] ( https://github.com/NearNodeFlash/lustre-fs-operator )
20- - [ NearNodeFlash/nnf-mfu] ( https://github.com/NearNodeFlash/nnf-mfu )
21- - [ NearNodeFlash/nnf-ec] ( https://github.com/NearNodeFlash/nnf-ec )
22- - [ NearNodeFlash/nnf-sos] ( https://github.com/NearNodeFlash/nnf-sos )
23- - [ NearNodeFlash/nnf-dm] ( https://github.com/NearNodeFlash/nnf-dm )
24- - [ NearNodeFlash/nnf-integration-test] ( https://github.com/NearNodeFlash/nnf-integration-test )
17+ - [ DataWorkflowServices/dws] ( https://github.com/DataWorkflowServices/dws )
18+ - [ HewlettPackard/lustre-csi-driver] ( https://github.com/HewlettPackard/lustre-csi-driver )
19+ - [ NearNodeFlash/lustre-fs-operator] ( https://github.com/NearNodeFlash/lustre-fs-operator )
20+ - [ NearNodeFlash/nnf-mfu] ( https://github.com/NearNodeFlash/nnf-mfu )
21+ - [ NearNodeFlash/nnf-ec] ( https://github.com/NearNodeFlash/nnf-ec )
22+ - [ NearNodeFlash/nnf-sos] ( https://github.com/NearNodeFlash/nnf-sos )
23+ - [ NearNodeFlash/nnf-dm] ( https://github.com/NearNodeFlash/nnf-dm )
24+ - [ NearNodeFlash/nnf-integration-test] ( https://github.com/NearNodeFlash/nnf-integration-test )
2525
2626- [ NearNodeFlash/NearNodeFlash.github.io] ( https://github.com/NearNodeFlash/NearNodeFlash.github.io )
2727
@@ -33,7 +33,7 @@ other components.
3333
3434- ` master ` or ` main ` branch for each repository contains ** tested** software and documentation ready to be released.
3535- You've installed the GitHub CLI tool, ` gh ` .
36- - This tool requires a GH_TOKEN environment variable containing a ` repo ` scope classic token.
36+ - This tool requires a GH_TOKEN environment variable containing a ` repo ` scope classic token.
3737
3838## Steps
3939
@@ -88,22 +88,22 @@ other components.
8888
8989 3. Create PR for the pushed release branch:
9090
91- ` ` ` bash
92- ./release-all.sh -P create-pr -R < repo>
93- ` ` `
91+ ` ` ` bash
92+ ./release-all.sh -P create-pr -R < repo>
93+ ` ` `
9494
9595 4. Merge PR for the pushed release branch:
9696 ** Note: Do NOT manually merge the PR, let ` release-all.sh` merge it.**
9797
98- ` ` ` bash
99- ./release-all.sh -P merge-pr -R < repo>
100- ` ` `
98+ ` ` ` bash
99+ ./release-all.sh -P merge-pr -R < repo>
100+ ` ` `
101101
102102 5. Tag the release:
103103
104- ` ` ` bash
105- ./release-all.sh -P tag-release -R < repo>
106- ` ` `
104+ ` ` ` bash
105+ ./release-all.sh -P tag-release -R < repo>
106+ ` ` `
107107
108108# # Finalize the release notes
109109
0 commit comments