mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 04:53:36 +00:00
1.3 KiB
1.3 KiB
Release Management
Details to prepare and push a release are available in the Wiki
Tools to upload metadata and screenshots on stores
Apple App Store
Upload metadata and screenshots to the App Store
Use Forgejo Actions.
Check metadata
Use Forgejo Actions.
Local check:
./tools/python/check_store_metadata.py ios
Downloading screenshots from the App Store
Get xcode/keys/appstore.json - App Store API Key.
Get screenshots/ - a repository with screenshots.
Download metadata:
cd xcode
./fastlane download_metadata
Download screenshots:
cd xcode
./fastlane download_screenshots
Google Play
Upload metadata and screenshots to Google Play
Use Forgejo Actions.
Checking metadata
Use Forgejo Actions.
Checking locally:
./tools/python/check_store_metadata.py android
Downloading metadata and screenshots from Google Play
Get android/google-play.json - Google Play API Key.
Get screenshots/ - a repository with screenshots.
Download metadata:
./tools/android/download_googleplay_metadata.sh