diff options
author | fanquake <fanquake@gmail.com> | 2023-12-08 10:25:03 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-12-08 10:25:33 +0000 |
commit | 14d17326023a3911e04ad1f759b697caefc3c82a (patch) | |
tree | 3da2f3e5c2d53e3becaf0d42650e261dc52c98b1 /doc | |
parent | 1d9da8da309d1dbf9aef15eb8dc43b4a2dc3d309 (diff) | |
parent | fa88953d6fb54fdb47485981279632c693534108 (diff) |
Merge bitcoin/bitcoin#29025: doc: Add link to needs-release-notes label
fa88953d6fb54fdb47485981279632c693534108 doc: Add link to needs-release-notes label (MarcoFalke)
Pull request description:
This makes it easier to spot and not forget. C.f. https://github.com/bitcoin/bitcoin/pull/28597#issuecomment-1845299642
ACKs for top commit:
kristapsk:
ACK fa88953d6fb54fdb47485981279632c693534108
TheCharlatan:
ACK fa88953d6fb54fdb47485981279632c693534108
Tree-SHA512: 28336cde36d62622d1b6627497291cbd4644bf1e4e6f17dc9cde39f254e7094dd02484da754e45558e59facb20941dd0c049ce7b33dcc62bfec6c26c16516cdf
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-process.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index c70b0194ab..95ef08a26f 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -74,7 +74,9 @@ Release Process #### Before final release - Merge the release notes from [the wiki](https://github.com/bitcoin-core/bitcoin-devwiki/wiki/) into the branch. -- Ensure the "Needs release note" label is removed from all relevant pull requests and issues. +- Ensure the "Needs release note" label is removed from all relevant pull + requests and issues: + https://github.com/bitcoin/bitcoin/issues?q=label%3A%22Needs+release+note%22 #### Tagging a release (candidate) |