diff --git a/doc/release-process.md b/doc/release-process.md --- a/doc/release-process.md +++ b/doc/release-process.md @@ -17,7 +17,7 @@ Manually test bitcoin-qt by sending some transactions and navigating through the menus. 3. Update the documents / code which needs to be updated every release - - Check that doc/release-notes.md is complete, and fill in any missing items. + - Check that [release-notes.md](doc/release-notes.md) is complete, and fill in any missing items. - Update [bips.md](/doc/bips.md) to account for changes since the last release. - (major releases) Update [`BLOCK_CHAIN_SIZE`](/src/qt/intro.cpp) to the current size plus some overhead. @@ -35,10 +35,10 @@ ``` 5. Increment version number for the next release in: - - doc/release-notes.md (and copy existing one to versioned doc/release-notes/*.md) - - configure.ac - - CMakeLists.txt - - contrib/seeds/makeseeds.py (only after a new major release) + - `doc/release-notes.md` (and copy existing one to versioned `doc/release-notes/*.md`) + - `configure.ac` + - `CMakeLists.txt` + - `contrib/seeds/makeseeds.py` (only after a new major release) ## Release