Skip to content

Commit 6d64bd4

Browse files
Fix release staps
1 parent ada4850 commit 6d64bd4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/RELEASE_STEPS.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
# When releasing, do the following:
44
1. Press "Commit" and "Push" on Weblate to ensure all translations are up to date
55
2. Merge Weblate pull request
6-
3. Update `CHANGELOG.md` with the new version name and the release date
7-
4. Update `app/build.gradle.kts` with the new `versionCode` and `versionName`
8-
5. Create a commit for the new release: `git add CHANGELOG.md app/build.gradle.kts && git commit -m "Release Catima <VERSION>"`
9-
6. Build the new .apks: `KEYSTORE=/path/to/keystore KEYSTORE_ALIAS=catima ./build.sh`
10-
7. Upload `app/build/outputs/apk/gplay/release/app-gplay-release.apk` to Google Play Open Testing
11-
8. Push the version update commit: `git push`
12-
9. Create a new release on GitHub and attach the `app/build/outputs/apk/foss/release/app-foss-release.apk` and `SHA256SUMS` files
13-
10. When pushing the release to Google Play Production, update the metadata there: `bundle exec fastlane supply --version_code <VERSION_CODE>`
6+
3. Make sure to pull the `main` branch locally
7+
4. Update `CHANGELOG.md` with the new version name and the release date
8+
5. Update `app/build.gradle.kts` with the new `versionCode` and `versionName`
9+
6. Create a commit for the new release: `git add CHANGELOG.md app/build.gradle.kts && git commit -m "Release Catima <VERSION>"`
10+
7. Build the new .apks: `KEYSTORE=/path/to/keystore KEYSTORE_ALIAS=catima ./build.sh`
11+
8. Upload `app/build/outputs/apk/gplay/release/app-gplay-release.apk` to Google Play Open Testing
12+
9. Push the version update commit: `git push`
13+
10. Create a new release on GitHub and attach the `app/build/outputs/apk/foss/release/app-foss-release.apk` and `SHA256SUMS` files
14+
11. When pushing the release to Google Play Production, update the metadata there: `bundle exec fastlane supply --version_code <VERSION_CODE>`

0 commit comments

Comments
 (0)