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.