HomePhabricator

[github-release] Add optional param to specify release notes path

Description

[github-release] Add optional param to specify release notes path

Summary:
The script breaks if the version bump has not been applied yet.
This decouples the need to bump the version number from releasing.

Test Plan:

git clone https://github.com/bitcoin-abc/bitcoin-abc.git
./github-release.sh -o <path/to/oauth-token> -t v0.20.6 -a <path/to/0.20.6-binaries/> -d  # fails
./github-release.sh -o <path/to/oauth-token> -t v0.20.6 -a <path/to/0.20.6-binaries/> -r ~/bitcoin-abc/doc/release-notes.md -d  # succeeds

Reviewers: #bitcoin_abc, deadalnix, Fabien

Reviewed By: #bitcoin_abc, Fabien

Differential Revision: https://reviews.bitcoinabc.org/D4433

Details

Provenance
jasonbcoxAuthored on Nov 12 2019, 19:17
jasonbcoxPushed on Nov 18 2019, 18:16
Reviewer
Restricted Project
Differential Revision
D4433: [github-release] Add optional param to specify release notes path
Parents
rABC6baa2c0642de: Fix merging of global unknown data in PSBTs
Branches
Unknown
Tags
Unknown