# From the top-level:
```
./contrib/release/release.sh -d
```
# With a commit prefix:
```
./contrib/release/release.sh -d -p "[Release Bot] "
```
# Extra dry run while working on another branch:
```
git ch -b mybranch
./contrib/release/release.sh -e
```
# From another directory (not top-level):
```
cd src
../contrib/release/release.sh -e -b ../build
```