Skip to content

Commit 293be6c

Browse files
Update docs
1 parent 80d451a commit 293be6c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/other/release-checklist.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In the example above, 0.17.0 is the CURRENT_OS_VERSION and 64b8597713 is the com
3535

3636
Run:
3737

38-
`git push --tags`
38+
`git push origin tag 0.17.0 --force # --force is only needed if you already pushed that tag before`
3939

4040
This will trigger the github "release.yml" workflow, which will create a [draft release](https://github.com/MicroPythonOS/MicroPythonOS/releases).
4141

@@ -50,6 +50,11 @@ Edit the draft release on GitHub.
5050
- Copy-paste the list from `CHANGELOG.md` into it
5151
- Click "Publish"
5252

53+
**Optional: build and test dependent projects**
54+
55+
Projects like https://github.com/fri3dcamp/badge_firmware_Micropythonos rely on MicroPythonOS releases,
56+
so you might want to re-build those as well, either now or after finalizing the steps below.
57+
5358
**Release to Over-The-Air update**
5459

5560
- Copy `MicroPythonOS_esp32_0.6.0.ota` to the [updates repository](https://github.com/MicroPythonOS/updates)

0 commit comments

Comments
 (0)