Skip to content

Commit 52d84a4

Browse files
committed
Merge #20987: doc: add instructions for generating RPC docs
e147af7 doc: add instructions for generating RPC docs (benk10) Pull request description: Added instructions on how to generate the up to date RPC docs for the bitcoincore.org website in the relevant release-process subsection. ACKs for top commit: theStack: ACK e147af7 ⚙️ Tree-SHA512: 1621d9915ac77f663aa7892237d3e5ff4d9566301c4c0fcb8615804b68d71f6c19bd6e6d84710cd2d2ae492e6b149cdc6edae6292bd20d88d7ca8cd530b4081a
2 parents b386d37 + e147af7 commit 52d84a4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/release-process.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,18 @@ bitcoin.org (see below for bitcoin.org update instructions).
326326

327327
- bitcoincore.org RPC documentation update
328328

329+
- Install [golang](https://golang.org/doc/install)
330+
331+
- Install the new Bitcoin Core release
332+
333+
- Run bitcoind on regtest
334+
335+
- Clone the [bitcoincore.org repository](https://github.com/bitcoin-core/bitcoincore.org)
336+
337+
- Run: `go run generate.go` while being in `contrib/doc-gen` folder, and with bitcoin-cli in PATH
338+
339+
- Add the generated files to git
340+
329341
- Update packaging repo
330342

331343
- Push the flatpak to flathub, e.g. https://github.com/flathub/org.bitcoincore.bitcoin-qt/pull/2

0 commit comments

Comments
 (0)