From 14660055095f8bf7ee1da197ec7cf8a6a15c7c9a Mon Sep 17 00:00:00 2001 From: Thomas Verstreken <111072251+ThomasFarstrike@users.noreply.github.com> Date: Mon, 16 Jun 2025 21:45:05 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e8476466..8c4a336f 100644 --- a/README.md +++ b/README.md @@ -111,14 +111,15 @@ Release checklist ================= - Make sure CURRENT_OS_VERSION in main.py is incremented - Make sure version numbers of apps that have been changed are incremented: - # everything that changed: - git diff --stat 0.0.4 - # manifests that might have already had their version number incremented: - git diff 0.0.4 -- internal_filesystem/apps/*/META-INF/* - git diff 0.0.4 -- internal_filesystem/builtin/apps/*/META-INF/* +``` +git diff --stat 0.0.4 # see everything that changed since tag 0.0.4 +git diff 0.0.4 -- internal_filesystem/apps/*/META-INF/* # list manifests that might have already had their version number incremented +git diff 0.0.4 -- internal_filesystem/builtin/apps/*/META-INF/* # list manifests that might have already had their version number incremented +``` - Update CHANGELOG -- commit and push all code -- tag MicroPythonOS and external apps like LightningPiggy +- commit all code +- tag the main repo and external repo's like LightningPiggy +- git push --tags - ./scripts/bundle_apps.sh - ./scripts/build_lvgl_micropython.sh esp32 prod - ./scripts/release_to_updates.sh @@ -132,7 +133,7 @@ To do so, make sure you have the necessary dependencies: - see https://github.com/MicroPythonOS/lvgl-micropython/ - sudo apt install libv4l-dev # for webcam.c -...and then run: +# Running on desktop ``` cd ~/projects/MicroPythonOS/MicroPythonOS/