Skip to content

Commit

Permalink
Maintenance: add info about creating GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaraam authored Jul 6, 2024
1 parent 6804ad8 commit bc29471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/Project-maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This is particularly necessary if the change touches any model classes as ProGua
1. Tag the commit as `v` + the version number, for instance `v1.32` for version 1.32. This is needed [for F-Droid](https://gitlab.com/fdroid/fdroiddata/blob/master/metadata/fr.free.nrw.commons.txt) (`git tag v1.32`). Don't forget to push the tags (`git push --tags`).
1. Generate the signed app bundle using the keystore via the **Build > Generate Signed Bundle / APK** menu [[ref](https://developer.android.com/studio/publish/app-signing#sign-apk)]
- Note: In this step, we need to generate an APK not an Android App bundle.
1. Create [a new release](https://github.com/commons-app/apps-android-commons/releases/new) in GitHub and publish the same with appropriate release notes. The CHANGELOG content helps here. Further, GitHub's auto-generated release notes is also helpful as it lists all PRs that were included in this release along with a section highlighting the "New contributors" to that release.

## Publish 'Open testing' release

Expand Down

0 comments on commit bc29471

Please sign in to comment.