Documentation
README
Bump Version
Automate the AionUi release preparation: query AionCore release โ verify artifacts โ update versions โ generate CHANGELOG โ branch โ PR โ tag.
Usage: /bump-version [version] [flags]
/bump-versionโ auto patch + latest AionCore/bump-version 2.2.0โ explicit AionUi version + latest AionCore/bump-version 2.2.0 --core v0.1.12โ explicit both versions/bump-version --skip-coreโ pure frontend release (don't touch aioncoreVersion)
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
This is the opening of the README. Read the full README on GitHub.