release
bởi openshift
Tăng phiên bản dự án trên tất cả các nhánh phát hành và commit các thay đổi. Sử dụng khi người dùng yêu cầu thực hiện phát hành hoặc cập nhật phiên bản trên tất cả các nhánh.
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.