Skip to content

Commit 6c0be19

Browse files
committed
release: add release process
Add release process to the README.md Signed-off-by: Anas Nashif <[email protected]>
1 parent eb967e8 commit 6c0be19

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,15 @@ To build for any of the above, run:
2020
```
2121
./go.sh <arch>
2222
```
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

Comments
 (0)