Skip to content

Commit 2bba21a

Browse files
authored
Merge pull request #268 from NearNodeFlash/releasing-software
Adjust the indentation for the release-all tool page
2 parents 4ef323e + bde4f5e commit 2bba21a

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ INFO - [10:59:28] Serving on http://127.0.0.1:8000/
3434
Or run `mike serve`.
3535

3636
```bash
37-
(venv) $ venv/bin/mike serve
37+
(venv) $ venv/bin/mike serve
3838
Starting server at http://localhost:8000/
3939
Press Ctrl+C to quit.
4040
CStopping server...

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)