Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 740 Bytes

RELEASE.md

File metadata and controls

35 lines (22 loc) · 740 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

Install required software:

Then publish the release

  1. zapstore publish albygo -v <version> ( without the v prefix)
  2. Use nsec to sign release events