Document version bump requirement in CLAUDE.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-03-05 14:00:17 +01:00
commit 24eabfe26f

View file

@ -51,11 +51,14 @@ no.naiv.tiltshift/
## Build & run
```bash
./gradlew assembleRelease # Build release APK
./gradlew compileDebugKotlin # Quick compile check
./bump-version.sh patch # REQUIRED before every release build
./gradlew assembleRelease # Build release APK
adb install -r app/build/outputs/apk/release/naiv-tilt-shift-release.apk
```
**IMPORTANT:** Always run `./bump-version.sh [major|minor|patch]` before `assembleRelease`. The version is tracked in `version.properties` and read by `build.gradle.kts`. Commit the bumped `version.properties` before or with the release.
Signing config is loaded from `local.properties` (not committed).
## Key design decisions and patterns