Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: reorder "releases" entries for reef to fix the diagram
The Gantt diagram currently shows "reef (latest 18.2.0)" instead of 18.2.2. This is because ReleasesGantt expects releases array to be sorted in reverse order: for code_name, info in releases.items(): last_release = info['releases'][0] first_release = info['releases'][-1] Signed-off-by: Ilya Dryomov <[email protected]>
- Loading branch information