We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e12b3 commit e147af7Copy full SHA for e147af7
doc/release-process.md
@@ -326,6 +326,18 @@ bitcoin.org (see below for bitcoin.org update instructions).
326
327
- bitcoincore.org RPC documentation update
328
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
341
- Update packaging repo
342
343
- Push the flatpak to flathub, e.g. https://github.com/flathub/org.bitcoincore.bitcoin-qt/pull/2
0 commit comments