File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
- [ Filesystem] ( filesystem.md )
4
4
- [ Translation Strategy] ( translations.md )
5
5
- [ Embed editor] ( embedEditor.md )
6
-
6
+ - [ Release TODO ] ( release_todo.md )
Original file line number Diff line number Diff line change 1
- Checklist for Releases
2
- ======================
1
+ # Checklist for Releases
3
2
4
- * Update the version number in the editor.html file.
3
+ * Update the Python Editor version number in the editor.html file.
4
+ * Round-trip the translations
5
5
* If the release is for a beta version of the editor, set the "experimental" flag to ` true ` .
6
6
* If the MicroPython runtime is to be updated:
7
- * Update the firmware.hex file to the correct version.
8
- * Updated the MicroPython firmware hex string in the editor.html file.
7
+ * Update the firmware hex file from the ` micropython ` folder to the correct version.
9
8
* Update the MicroPython version string in the editor.html file.
10
9
* Update micropythonapi.js to be up-to-date with the API of the modules included with MicroPython.
11
10
* Ensure all CI tests pass
11
+ * Run the jasmine (help.html) tests
12
12
* Run the Manual Test Procedure
13
- * Update the CHANGES.rst file with an English description of all changes made.
13
+ * Update the CHANGELOG file with an English description of all changes made.
14
14
* Create a tagged release using GitHub.
You can’t perform that action at this time.
0 commit comments