From 6d64bd4cdfa4ee6be1c923707dc415eb1fde50ca Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Mon, 8 Dec 2025 18:45:13 +0100 Subject: [PATCH] Fix release staps --- docs/RELEASE_STEPS.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/RELEASE_STEPS.md b/docs/RELEASE_STEPS.md index 563cb1a59..448efa779 100644 --- a/docs/RELEASE_STEPS.md +++ b/docs/RELEASE_STEPS.md @@ -3,11 +3,12 @@ # When releasing, do the following: 1. Press "Commit" and "Push" on Weblate to ensure all translations are up to date 2. Merge Weblate pull request -3. Update `CHANGELOG.md` with the new version name and the release date -4. Update `app/build.gradle.kts` with the new `versionCode` and `versionName` -5. Create a commit for the new release: `git add CHANGELOG.md app/build.gradle.kts && git commit -m "Release Catima "` -6. Build the new .apks: `KEYSTORE=/path/to/keystore KEYSTORE_ALIAS=catima ./build.sh` -7. Upload `app/build/outputs/apk/gplay/release/app-gplay-release.apk` to Google Play Open Testing -8. Push the version update commit: `git push` -9. Create a new release on GitHub and attach the `app/build/outputs/apk/foss/release/app-foss-release.apk` and `SHA256SUMS` files -10. When pushing the release to Google Play Production, update the metadata there: `bundle exec fastlane supply --version_code ` +3. Make sure to pull the `main` branch locally +4. Update `CHANGELOG.md` with the new version name and the release date +5. Update `app/build.gradle.kts` with the new `versionCode` and `versionName` +6. Create a commit for the new release: `git add CHANGELOG.md app/build.gradle.kts && git commit -m "Release Catima "` +7. Build the new .apks: `KEYSTORE=/path/to/keystore KEYSTORE_ALIAS=catima ./build.sh` +8. Upload `app/build/outputs/apk/gplay/release/app-gplay-release.apk` to Google Play Open Testing +9. Push the version update commit: `git push` +10. Create a new release on GitHub and attach the `app/build/outputs/apk/foss/release/app-foss-release.apk` and `SHA256SUMS` files +11. When pushing the release to Google Play Production, update the metadata there: `bundle exec fastlane supply --version_code `