From bce4ad0256a95eb179c65c6cbe0ee9778a3f9562 Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Tue, 2 Jan 2024 05:44:19 +0800 Subject: [PATCH] Update Development.md --- docs/Development.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/Development.md b/docs/Development.md index 5179182..820d568 100644 --- a/docs/Development.md +++ b/docs/Development.md @@ -28,14 +28,26 @@ pnpm build:expo-sdk This will use EAS to create an Expo Go that has our native features. +### Update build-in tiddlywiki plugins + +There are some plugins in `plugins/src` folder. You can build them by running `pnpm build:plugin`. + +The generated `.html` file should be commit to the git. + ## Release +Update version number in `app.json`, and tag commit with `eas-vx.x.x`, then it will use eas cli to ask EAS to build the apk. + +You cal also run this locally to test it. + ```sh pnpm build:android-apk ``` This will use Expo's EAS to build. It only have limited free tries, so be sure tested locally before run this. +Build the api in the github action can be triggered by tagging `fdroid-v*.*.*`, but this is still a WIP. + ## FAQ on setting up development environment ### None of these files exist: \* node_modules/expo/AppEntry