Skip to content

Commit e5283e1

Browse files
committed
Document --dry-run option for maintainers.
1 parent 22e0da1 commit e5283e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MAINTAINING.md

Lines changed: 8 additions & 0 deletions
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)