You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #16213: doc: Remove explicit mention of versions from SECURITY.md
fa4bc4e doc: Remove explicit mention of version from SECURITY.md (MarcoFalke)
Pull request description:
The repo should not contain documentation that is not tied to any release. For example meta information like a list of maintained versions of Bitcoin Core falls into this scope.
Replace the list of versions in `./SECURITY.md` with a link to the website.
ACKs for commit fa4bc4:
Empact:
ACK bitcoin/bitcoin@fa4bc4e
fanquake:
ACK bitcoin/bitcoin@fa4bc4e
laanwj:
ACK fa4bc4e
jonatack:
ACK fa4bc4e
Tree-SHA512: 152b5b19b3620b0bc63536f582340628019b8ea92429db44f232a01bfa1893b767735bf94ca693a683769eb046b160e92c72de6efb3da328f2b0ee9f4750f465
Copy file name to clipboardExpand all lines: doc/release-process.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,10 @@ Release Process
41
41
#### After branch-off (on master)
42
42
43
43
- Update the version of `contrib/gitian-descriptors/*.yml`.
44
-
- Update the versions in `SECURITY.md` as per the software lifecycle [maintenance policy](https://bitcoincore.org/en/lifecycle/#maintenance-period), generally bumping all up one major version.
45
44
46
45
#### After branch-off (on the major release branch)
47
46
48
47
- Update the versions and the link to the release notes draft in `doc/release-notes.md`.
49
-
- Delete `SECURITY.md`.
50
48
51
49
#### Before final release
52
50
@@ -325,6 +323,9 @@ bitcoin.org (see below for bitcoin.org update instructions).
0 commit comments