For each Android app, add a GitHub Action workflow for automatically performing a Git tag creation each time a pull request is merged into main, essentially performing these steps:
- Remove
-SNAPSHOT from versionName
- Commit changes
- Create Git tag
- Bump
versionCode and versionName, and add -SNAPSHOT to versionName
- Commit changes
For each Android app, add a GitHub Action workflow for automatically performing a Git tag creation each time a pull request is merged into
main, essentially performing these steps:-SNAPSHOTfromversionNameversionCodeandversionName, and add-SNAPSHOTtoversionName