@@ -111,14 +111,15 @@ Release checklist
111111=================
112112- Make sure CURRENT_OS_VERSION in main.py is incremented
113113- Make sure version numbers of apps that have been changed are incremented:
114- # everything that changed:
115- git diff --stat 0.0.4
116- # manifests that might have already had their version number incremented:
117- git diff 0.0.4 -- internal_filesystem/apps/*/META-INF/*
118- git diff 0.0.4 -- internal_filesystem/builtin/apps/*/META-INF/*
114+ ```
115+ git diff --stat 0.0.4 # see everything that changed since tag 0.0.4
116+ git diff 0.0.4 -- internal_filesystem/apps/*/META-INF/* # list manifests that might have already had their version number incremented
117+ git diff 0.0.4 -- internal_filesystem/builtin/ apps/*/META-INF/* # list manifests that might have already had their version number incremented
118+ ```
119119- Update CHANGELOG
120- - commit and push all code
121- - tag MicroPythonOS and external apps like LightningPiggy
120+ - commit all code
121+ - tag the main repo and external repo's like LightningPiggy
122+ - git push --tags
122123- ./scripts/bundle_apps.sh
123124- ./scripts/build_lvgl_micropython.sh esp32 prod
124125- ./scripts/release_to_updates.sh
@@ -132,7 +133,7 @@ To do so, make sure you have the necessary dependencies:
132133- seehttps://github.com/MicroPythonOS/lvgl-micropython/
133134- sudo apt install libv4l-dev # for webcam.c
134135
135- ...and then run:
136+ # Running on desktop
136137
137138```
138139cd ~/projects/MicroPythonOS/MicroPythonOS/