mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
doc: Add note on deleting past-EOL release branches
This commit is contained in:
parent
f9ad4d51e3
commit
fa38d98aa9
1 changed files with 5 additions and 1 deletions
|
@ -60,7 +60,7 @@ Release Process
|
|||
|
||||
To tag the version (or release candidate) in git, use the `make-tag.py` script from [bitcoin-maintainer-tools](https://github.com/bitcoin-core/bitcoin-maintainer-tools). From the root of the repository run:
|
||||
|
||||
../bitcoin-maintainer-tools/make-tag.py v(new version, e.g. 0.20.0)
|
||||
../bitcoin-maintainer-tools/make-tag.py v(new version, e.g. 23.0)
|
||||
|
||||
This will perform a few last-minute consistency checks in the build system files, and if they pass, create a signed tag.
|
||||
|
||||
|
@ -253,6 +253,10 @@ cat "$VERSION"/*/all.SHA256SUMS.asc > SHA256SUMS.asc
|
|||
- bitcoincore.org maintained versions update:
|
||||
[table](https://github.com/bitcoin-core/bitcoincore.org/commits/master/_includes/posts/maintenance-table.md)
|
||||
|
||||
- Delete post-EOL [release branches](https://github.com/bitcoin/bitcoin/branches/all) and create a tag `v${branch_name}-final`.
|
||||
|
||||
- Delete ["Needs backport" labels](https://github.com/bitcoin/bitcoin/labels?q=backport) for non-existing branches.
|
||||
|
||||
- bitcoincore.org RPC documentation update
|
||||
|
||||
- Install [golang](https://golang.org/doc/install)
|
||||
|
|
Loading…
Add table
Reference in a new issue