Page MenuHomePhabricator

Re-introduce older 0.22.x releases in the past releases section
ClosedPublic

Authored by jasonbcox on Nov 6 2020, 22:00.

Details

Summary

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.

Test Plan

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

Repository
rABCWEB Bitcoin ABC Website
Lint
Lint Not Applicable
Unit
Tests Not Applicable