- Update version in
app.json
package.json
- Create a git tag and push it (a new draft release will be created)
git tag v1.2.3
git push origin tag v1.2.3
- Update the release notes and publish the release (APK will be built and added automatically)
- Build packages
yarn eas:build:android
yarn eas:build:ios
- Submit to app stores
eas submit --platform android
eas submit --platform ios
Install required software:
sudo apt install apksigner apktool
- https://github.com/sibprogrammer/xq
- https://github.com/zapstore/zapstore-cli
Then publish the release
zapstore publish albygo -v <version>
( without thev
prefix)- Use nsec to sign release events