npx skills add ...
npx skills add openshift/lightspeed-service --skill version-update
npx skills add openshift/lightspeed-service --skill version-update
Updates the OLS version number across all required files. Use when bumping the version for a release or when the user asks to update, bump, or change the version number.
Update the version in three files. They must all match.
1. ols/version.py โ source of truth
2. docs/openapi.json โ OpenAPI spec
3. scripts/build-container.sh โ container build (note the v prefix)
ols/version.py updateddocs/openapi.json updatedscripts/build-container.sh updated with v prefix