Skip to content

Commit 9222168

Browse files
Update docs/other/release-checklist.md
1 parent 53b5dd6 commit 9222168

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/other/release-checklist.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Follow these steps to create a new release of MicroPythonOS.
44

55
**Update Version Numbers**:
66

7-
- Increment `CURRENT_OS_VERSION` in `internal_filesystem/lib/mpos/info.py`.
7+
- Increment `CURRENT_OS_VERSION` in `internal_filesystem/lib/mpos/build_info.py`
88
- Update version numbers for modified apps:
99

1010
```
@@ -23,12 +23,7 @@ This will trigger the GitHub builds at https://github.com/MicroPythonOS/MicroPyt
2323

2424
**Download the builds**
2525

26-
When finished, download and extract these builds as artifacts from the [GitHub actions](https://github.com/MicroPythonOS/MicroPythonOS/actions):
27-
28-
- `MicroPythonOS_esp32_0.6.0.ota.zip`
29-
- `MicroPythonOS_esp32_0.6.0.bin.zip`
30-
- `MicroPythonOS_amd64_linux_0.6.0.elf.zip`
31-
- `MicroPythonOS_amd64_macOS_0.6.0.bin.zip`
26+
When finished, download and extract the builds as artifacts from the [GitHub actions](https://github.com/MicroPythonOS/MicroPythonOS/actions).
3227

3328
**Release to Over-The-Air update**
3429

0 commit comments

Comments
 (0)