Skip to content

Commit

Permalink
Update doc/release-process.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Ruffing <[email protected]>
  • Loading branch information
jonasnick and real-or-random authored May 23, 2023
1 parent 699c812 commit 4737c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Perform these checks before creating a release:

1. Ensure `make distcheck` doesn't fail.
```shell
./autogen.sh && ./configure && make distcheck
./autogen.sh && ./configure --enable-dev-mode && make distcheck
```
2. Check installation with autotools:
```shell
Expand Down

0 comments on commit 4737c8f

Please sign in to comment.