release
作者: openshift
在所有发布分支上提升项目版本并提交更改。当用户要求进行发布或更新所有分支上的版本时使用。
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.