aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
diff options
context:
space:
mode:
authordergoegge <n.goeggi@gmail.com>2023-05-04 19:38:49 +0200
committerdergoegge <n.goeggi@gmail.com>2023-05-04 19:39:57 +0200
commit9143b6988bf2d8f46a5dafe32f45f79c34355a80 (patch)
tree97a44b3353efcb3cd9e4977b68636cacb8105ea3 /doc/release-process.md
parentf3f5c9712670fc2c9fb3b57580146aa248a5d36f (diff)
[doc] Add post branch-off note about fuzz input pruning
Diffstat (limited to 'doc/release-process.md')
-rw-r--r--doc/release-process.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index 9c2e03d402..cf014c940b 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -60,6 +60,8 @@ Release Process
- Create a pinned meta-issue for testing the release candidate (see [this issue](https://github.com/bitcoin/bitcoin/issues/17079) for an example) and provide a link to it in the release announcements where useful.
- Translations on Transifex
- Change the auto-update URL for the new major version's resource away from `master` and to the branch, e.g. `https://raw.githubusercontent.com/bitcoin/bitcoin/<branch>/src/qt/locale/bitcoin_en.xlf`. Do not forget this or it will keep tracking the translations on master instead, drifting away from the specific major release.
+- Prune inputs from the qa-assets repo (See [pruning
+ inputs](https://github.com/bitcoin-core/qa-assets#pruning-inputs)).
#### Before final release