From 9614c8eab328c9bc751a52fad6220c82846db612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Wed, 11 Sep 2024 09:58:40 +0200 Subject: [PATCH 1/2] fix: include tag info in release docs --- RELEASE.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 7cb2450..c727198 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` From 0391cac0e06fcee2588874cbdc853ab68ad405e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Wed, 11 Sep 2024 11:00:39 +0200 Subject: [PATCH 2/2] fix: add apktool as a dependency --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index c727198..b5fd02b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -20,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 \