You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -60,3 +79,18 @@ Then, you can run the tests using the micropython version of `unittest`:
60
79
```bash
61
80
micropython -m unittest
62
81
```
82
+
83
+
## Releasing
84
+
85
+
To release a new version, first cross-compile to micropython bytecode. You need `mpy-cross` in your `PATH`:
86
+
87
+
```bash
88
+
mpy-cross thermostat/__init__.py
89
+
```
90
+
91
+
Then, update the versions in `manifest.py` and `package.json`. Commit your changes and make a pull request. After merging, create a new tag and push to GitHub:
0 commit comments