mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
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)`.