release: update release script path
This commit is contained in:
parent
1db1b6f821
commit
4255e1ed7b
1 changed files with 3 additions and 4 deletions
|
@ -19,8 +19,7 @@ the release binaries following these steps:
|
||||||
|
|
||||||
1. `git clone https://github.com/btcsuite/btcd.git`
|
1. `git clone https://github.com/btcsuite/btcd.git`
|
||||||
2. `cd btcd`
|
2. `cd btcd`
|
||||||
3. `./build/release/release.sh <TAG> # <TAG> is the name of the next
|
3. `./release/release.sh <TAG> # <TAG> is the name of the next release/tag`
|
||||||
release/tag`
|
|
||||||
|
|
||||||
This will then create a directory of the form `btcd-<TAG>` containing archives
|
This will then create a directory of the form `btcd-<TAG>` containing archives
|
||||||
of the release binaries for each supported operating system and architecture,
|
of the release binaries for each supported operating system and architecture,
|
||||||
|
@ -64,7 +63,7 @@ and `go` (matching the same version used in the release):
|
||||||
release with `git checkout <TAG>`.
|
release with `git checkout <TAG>`.
|
||||||
7. Proceed to verify the tag with `git verify-tag <TAG>` and compile the
|
7. Proceed to verify the tag with `git verify-tag <TAG>` and compile the
|
||||||
binaries from source for the intended operating system and architecture with
|
binaries from source for the intended operating system and architecture with
|
||||||
`BTCDBUILDSYS=OS-ARCH ./build/release/release.sh <TAG>`.
|
`BTCDBUILDSYS=OS-ARCH ./release/release.sh <TAG>`.
|
||||||
8. Extract the archive found in the `btcd-<TAG>` directory created by the
|
8. Extract the archive found in the `btcd-<TAG>` directory created by the
|
||||||
release script and recompute the `SHA256` hash of the release binaries (btcd
|
release script and recompute the `SHA256` hash of the release binaries (btcd
|
||||||
and btcctl) with `shasum -a 256 <filename>`. These should match __exactly__
|
and btcctl) with `shasum -a 256 <filename>`. These should match __exactly__
|
||||||
|
|
Loading…
Reference in a new issue