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
- Branch
- github-release-notes
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 8077 Build 14144: Bitcoin ABC Buildbot (legacy) Build 14143: arc lint + arc unit