release

作者: openshift

在所有發行分支上更新專案版本並提交變更。當使用者要求進行發行或更新所有分支的版本時使用。

npx skills add https://github.com/openshift/lightspeed-console --skill release

Release

For each branch in release-branches.md:

  1. git checkout <branch>
  2. git checkout -b version-bump-<new-version>-<branch>
  3. Apply the update-version skill
  4. Commit: Bump version from <old-version> to <new-version>

Return to the starting branch when done. Do not push.