Auto-commit after successful build: improve build setup, update docs/config

Changed files:\nREADME.md
SetupBuildEnvironment.sh
app/build.gradle.kts
This commit is contained in:
Joe Tretter
2026-04-22 09:03:47 -05:00
parent abf042ae65
commit b80a8aca25
3 changed files with 43 additions and 2 deletions

View File

@@ -70,6 +70,11 @@ bash ./SetupBuildEnvironment.sh --build
the script will also attempt to create a **git commit after a successful build** if there are source changes to commit.
It will also automatically bump the Android app version in `app/build.gradle.kts` before each build by:
- incrementing `versionCode` by 1
- incrementing the patch component of `versionName` (for example `0.1.0``0.1.1`)
## Next steps toward full GitHug parity
- Expand the Git sandbox to cover merge, rebase, stash, tags, remotes, reset, revert, cherry-pick, bisect, and more