Release version $ARGUMENTS.
Steps
- Update
versionNameto$ARGUMENTSinandroid/app/build.gradle.kts - Bump
versionCodeby 1 - Run
/update-changelog $ARGUMENTSto updateCHANGELOG.md - Run
/update-readmeto ensure README features are current - Commit all changes with message:
Release v$ARGUMENTS - Create an annotated git tag:
git tag -a v$ARGUMENTS -m "Release v$ARGUMENTS" - Do NOT push unless the user explicitly asks
- If the user asks to push, also create a GitHub release:
gh release create v$ARGUMENTS --title "v$ARGUMENTS" --notes "<changelog entries for this version>"
Version format
- Semantic versioning: MAJOR.MINOR.PATCH
- MAJOR = breaking changes
- MINOR = new features
- PATCH = bug fixes
Converted and distributed by TomeVault — claim your Tome and manage your conversions.