mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-04 14:00:38 +00:00
b8429cb401
Adds an indicator in the form of `$version (stable)` to make it easier to see which is the most recent stable version. This is done via CI and mike: 1. Set the previous title to just `$version`. We can get this value by `mike list stable` and grepping for valid version tags (otherwise this might have issues with `$version (stable)`). 2. Deploy `$new_version` and alias to stable. 3. Update the `$new_version` to have a new title of `$new_version (stable)`.