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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user