diff options
author | fanquake <fanquake@gmail.com> | 2023-05-05 16:36:08 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-05-05 16:36:37 +0100 |
commit | 5d1014d5a1196ff97c1f88b6052c8bef1ebeb43e (patch) | |
tree | 2f9cb5c095adbe212a62273dc7e133a12fdcc61a /doc | |
parent | 5566405a9504c2066a0d1f699d477a5b1609689f (diff) | |
parent | 9143b6988bf2d8f46a5dafe32f45f79c34355a80 (diff) |
Merge bitcoin/bitcoin#27574: doc: Add post branch-off note about fuzz input pruning
9143b6988bf2d8f46a5dafe32f45f79c34355a80 [doc] Add post branch-off note about fuzz input pruning (dergoegge)
Pull request description:
Top commit has no ACKs.
Tree-SHA512: 82658faaa31668591853703604edb45ce24ee703b8f4077ab690865f3674e154f76c55c3b523f543a862aab9707d70a46c8bf4d41b51d0002635806413921017
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-process.md | 2 |
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 |