0.22.5 and earlier were removed in D8290 in order to side-step
limitations where Liquid does not provide good pattern matching
capabilities. This patch adds those older releases back with a workaround.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABCWEBa1401421c7e9: Re-introduce older 0.22.x releases in the past releases section
Spoof the next version to aid testing:
./scripts/fetch_documentation.sh cd abc_md_docs cp doc/release-notes/release-notes-0.22.6.md doc/release-notes/release-notes-0.22.7.md cp doc/release-notes/release-notes-0.22.6.page.md doc/release-notes/release-notes-0.22.7.page.md
Add an entry in _data/github-releases.json for version 0.22.7, then:
make serve
Navigate to http://127.0.0.1:4000/releases/
Diff Detail
Diff Detail
- Repository
- rABCWEB Bitcoin ABC Website
- Lint
Lint Not Applicable - Unit
Tests Not Applicable