diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2021-01-25 20:33:03 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2021-01-25 20:33:23 +0100 |
commit | 52d84a45e2fa3def71853cd31d5582ae31ea85d3 (patch) | |
tree | 8b98b217509e7a540ce77c8f98de194709b7e708 | |
parent | b386d373607466546be1f3ee1344370a8290558b (diff) | |
parent | e147af762404b1f9b26c1ef3e709fd101517fa2c (diff) |
Merge #20987: doc: add instructions for generating RPC docs
e147af762404b1f9b26c1ef3e709fd101517fa2c 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 e147af762404b1f9b26c1ef3e709fd101517fa2c ⚙️
Tree-SHA512: 1621d9915ac77f663aa7892237d3e5ff4d9566301c4c0fcb8615804b68d71f6c19bd6e6d84710cd2d2ae492e6b149cdc6edae6292bd20d88d7ca8cd530b4081a
-rw-r--r-- | doc/release-process.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 92845bcc82..9fdb19edf1 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -326,6 +326,18 @@ bitcoin.org (see below for bitcoin.org update instructions). - bitcoincore.org RPC documentation update + - Install [golang](https://golang.org/doc/install) + + - Install the new Bitcoin Core release + + - Run bitcoind on regtest + + - Clone the [bitcoincore.org repository](https://github.com/bitcoin-core/bitcoincore.org) + + - Run: `go run generate.go` while being in `contrib/doc-gen` folder, and with bitcoin-cli in PATH + + - Add the generated files to git + - Update packaging repo - Push the flatpak to flathub, e.g. https://github.com/flathub/org.bitcoincore.bitcoin-qt/pull/2 |