Skip to content

Commit 53dcd64

Browse files
committed
release 0.1.1
1 parent e71f4f3 commit 53dcd64

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

ports/k210-freertos/README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,30 @@ more parameters use
7777

7878
### Release
7979

80+
* Must commit all changes and rebuild
81+
82+
* Tests
83+
84+
* Push to remote
85+
8086
* Create a tag: tag name must start with `v`, e.g. `v1.2.3`, or we can not get version in `MaixPy` by command `sys.implementation.version`
8187

88+
```
89+
git tag -a v0.1.1 -m "release 0.1.1 (beta) describe....."
90+
git push origin --tags
91+
```
92+
8293
* Execute `./build.sh clean`
8394

8495
* Execute `./build.sh`
8596

86-
* Tests
97+
* Flash to board, type `sys.implementation.version`, the output should be like:
8798

88-
* Upload to [Releases page](https://github.com/sipeed/MaixPy/releases)
99+
```
100+
>>> sys.implementation.version
101+
(0, 1, 1)
102+
```
89103

90-
* Edit release infomation
104+
* Upload to [Releases page](https://github.com/sipeed/MaixPy/releases) and edit release infomation
91105

92106

0 commit comments

Comments
 (0)