Skip to content

Commit 4737c8f

Browse files
Update doc/release-process.md
Co-authored-by: Tim Ruffing <[email protected]>
1 parent 699c812 commit 4737c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release-process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Perform these checks before creating a release:
1919

2020
1. Ensure `make distcheck` doesn't fail.
2121
```shell
22-
./autogen.sh && ./configure && make distcheck
22+
./autogen.sh && ./configure --enable-dev-mode && make distcheck
2323
```
2424
2. Check installation with autotools:
2525
```shell

0 commit comments

Comments
 (0)