mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
Merge bitcoin/bitcoin#27484: doc: remove outdated version number usage from release-process
fde224a661
doc: remove outdated version number usage from release-process (fanquake) Pull request description: We no-longer use the leading `0.` version number, and having a mixture is both in the release-process examples is needlessly confusing. ACKs for top commit: achow101: ACKfde224a661
stickies-v: ACKfde224a661
Tree-SHA512: c6693b01741921f6870244243640fe857e024bb8581ce57b2d870abf20d257309b97af61fe464427e31a60cda78cf23c1012c6b6a2246250f3670c4b813417d9
This commit is contained in:
commit
2fa7344aa9
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ Generate the change log. As this is a huge amount of work to do manually, there
|
||||||
|
|
||||||
Generate list of authors:
|
Generate list of authors:
|
||||||
|
|
||||||
git log --format='- %aN' v(current version, e.g. 0.20.0)..v(new version, e.g. 0.20.1) | sort -fiu
|
git log --format='- %aN' v(current version, e.g. 24.0)..v(new version, e.g. 24.1) | sort -fiu
|
||||||
|
|
||||||
### Setup and perform Guix builds
|
### Setup and perform Guix builds
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ Checkout the Bitcoin Core version you'd like to build:
|
||||||
```sh
|
```sh
|
||||||
pushd ./bitcoin
|
pushd ./bitcoin
|
||||||
SIGNER='(your builder key, ie bluematt, sipa, etc)'
|
SIGNER='(your builder key, ie bluematt, sipa, etc)'
|
||||||
VERSION='(new version without v-prefix, e.g. 0.20.0)'
|
VERSION='(new version without v-prefix, e.g. 24.0)'
|
||||||
git fetch origin "v${VERSION}"
|
git fetch origin "v${VERSION}"
|
||||||
git checkout "v${VERSION}"
|
git checkout "v${VERSION}"
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Reference in a new issue