release
by openshift
Bump the project version across all release branches and commit the changes. Use when the user asks to do a release or update the version on all branches.
npx skills add https://github.com/openshift/lightspeed-console --skill releaseRelease
For each branch in release-branches.md:
git checkout <branch>git checkout -b version-bump-<new-version>-<branch>- Apply the update-version skill
- Commit:
Bump version from <old-version> to <new-version>
Return to the starting branch when done. Do not push.