Release

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.

openshift e12d3fb 2 files · 569 B Updated

File contents

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.

openshift/lightspeed-console/tree/main/.cursor/skills/release commit e12d3fbea3

Frequently asked questions

npx skillmds@latest add openshift/release