Skip to content

Commit 604de68

Browse files
docs: Move RELEASE_TODO to docs folder.
1 parent 92b9029 commit 604de68

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
- [Filesystem](filesystem.md)
44
- [Translation Strategy](translations.md)
55
- [Embed editor](embedEditor.md)
6-
6+
- [Release TODO](release_todo.md)
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Checklist for Releases
2-
======================
1+
# Checklist for Releases
32

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
55
* If the release is for a beta version of the editor, set the "experimental" flag to `true`.
66
* 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.
98
* Update the MicroPython version string in the editor.html file.
109
* Update micropythonapi.js to be up-to-date with the API of the modules included with MicroPython.
1110
* Ensure all CI tests pass
11+
* Run the jasmine (help.html) tests
1212
* 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.
1414
* Create a tagged release using GitHub.

0 commit comments

Comments
 (0)