Document version bump requirement in CLAUDE.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1212604cf7
commit
24eabfe26f
1 changed files with 4 additions and 1 deletions
|
|
@ -51,11 +51,14 @@ no.naiv.tiltshift/
|
||||||
## Build & run
|
## Build & run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./gradlew assembleRelease # Build release APK
|
|
||||||
./gradlew compileDebugKotlin # Quick compile check
|
./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
|
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).
|
Signing config is loaded from `local.properties` (not committed).
|
||||||
|
|
||||||
## Key design decisions and patterns
|
## Key design decisions and patterns
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue