diff --git a/RELEASE.md b/RELEASE.md index 7cb2450..b5fd02b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -4,7 +4,12 @@ - `app.json` - `package.json` -2. Build packages +2. 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) + +3. Build packages - `yarn eas:build:android` - `yarn eas:build:ios` @@ -15,7 +20,7 @@ # Zapstore Pre-requirements to have installed: -- `sudo apt install apksigner` +- `sudo apt install apksigner apktool` - https://github.com/sibprogrammer/xq \ - https://github.com/zapstore/zapstore-cli \