Due to set -u in the fetch_documentation.sh, the script fails when there is no relative link in the release notes file because REL_LINKS is set to null. Fix it with double quotes so it's set to an empty string/array as expected.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABCWEB16a5d88059ae: [WEBSITE] Avoid null assignment when there is no link to convert in the release…
./scripts/fetch_documentation.sh
Will fail on 0.25.1 before this patch.
Diff Detail
Diff Detail
- Repository
- rABCWEB Bitcoin ABC Website
- Lint
Lint Not Applicable - Unit
Tests Not Applicable