We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb967e8 commit 6c0be19Copy full SHA for 6c0be19
README.md
@@ -20,3 +20,15 @@ To build for any of the above, run:
20
```
21
./go.sh <arch>
22
23
+
24
25
+## Release Process
26
27
+To release a new SDK:
28
29
+- Update the VERSION file with the new version, for example 0.11.0 or
30
+ 0.11.0-beta1 etc.
31
+- On https://github.com/zephyrproject-rtos/sdk-ng/releases, create the release
32
+ tag and add the release information.
33
+- One the release is created, CI will build the SDK image and will upload it to
34
+ the release page.
0 commit comments