Walk through the following steps when making a new release:
- Update
CHANGES.mdto make sure all changes are recorded for the new release including the release date, e.g.:3.2.0 (2023-12-22); - Increment the
versionCodeand setversionNameto the correct version tag inapp/build.gradle; - Copy the entries from the
CHANGES.mdfile you made also tofastlane/metadata/android/en-US/changelogs/$versionCode.txt; - Update the
build_app_git.sh,build_app_tar.sh,create_release_tar.sh, and if necessarybuilder_setup.sh; - Create an "annotated" tag with e.g.
git tag 3.2.0 -a -m '3.2.0'; - Push the tag, e.g.:
git push origin 3.2.0; - Create a release with
create_release_tar.shand "attach" the.tar.xzand.tar.xz.minisigfiles to the release on the forge