Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 944 Bytes

RELEASE.md

File metadata and controls

30 lines (22 loc) · 944 Bytes

Release

  1. Update version in
  • app.json
  • package.json
  1. 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)
  1. Build packages
  • yarn eas:build:android
  • yarn eas:build:ios
  1. Submit to app stores
  • eas submit --platform android
  • eas submit --platform ios

Zapstore

Pre-requirements to have installed:

  1. Make sure you have the apk file locally, either by building it with eas --local --profile production_apk --output=./alby-go-<version>-android.apk or downloading it from expo.dev or github release.
  2. zapstore publish albygo -a alby-go-<version>-android.apk -r <version>
  3. Use nsec to sign during zapstore publish