The script breaks if the version bump has not been applied yet.
This decouples the need to bump the version number from releasing.
Details
Details
- Reviewers
deadalnix Fabien - Group Reviewers
Restricted Project - Commits
- rSTAGINGcfc48b787dae: [github-release] Add optional param to specify release notes path
rABCcfc48b787dae: [github-release] Add optional param to specify release notes path
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
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable