Skip to content

Commit 716baf5

Browse files
committed
Merge pull request react-bootstrap#572 from AlexKVal/docdryrun
Document --dry-run option for maintainers.
2 parents 22e0da1 + e5283e1 commit 716baf5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MAINTAINING.md

+8
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,11 @@ Example usage of release-docs script:
121121
```bash
122122
$ ./tools/release-docs
123123
```
124+
125+
## Check everything is OK before releasing
126+
127+
Release tools have a very useful option `--dry-run`.
128+
129+
You can use it
130+
- to learn how releasing tools are working.
131+
- to ensure there are no side issues before you release anything.

0 commit comments

Comments
 (0)