Documentation
README
Bump Version
Automate the Wayland version bump workflow: update version → quality checks → branch → commit → push → PR → tag.
Usage: /bump-version [version]
/bump-version 1.8.17- bump to specified version/bump-version- auto-increment patch (e.g.1.8.16→1.8.17)
Workflow
Step 1: Pre-flight Checks
git branch --show-current
git status --short
- Not on
main→ Stop: "Please switch to main before running bump-version." - Dirty working tree → Stop: "There are uncommitted changes. Please commit or stash them first."
Step 2: Pull Latest
git pull --rebase origin main
Fails → Stop: "Failed to pull latest code. Please resolve conflicts or network issues first."
Step 3: Determine Target Version
This is the opening of the README. Read the full README on GitHub.