File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -77,16 +77,30 @@ more parameters use
77
77
78
78
### Release
79
79
80
+ * Must commit all changes and rebuild
81
+
82
+ * Tests
83
+
84
+ * Push to remote
85
+
80
86
* 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 `
81
87
88
+ ```
89
+ git tag -a v0.1.1 -m "release 0.1.1 (beta) describe....."
90
+ git push origin --tags
91
+ ```
92
+
82
93
* Execute ` ./build.sh clean `
83
94
84
95
* Execute ` ./build.sh `
85
96
86
- * Tests
97
+ * Flash to board, type ` sys.implementation.version ` , the output should be like:
87
98
88
- * Upload to [ Releases page] ( https://github.com/sipeed/MaixPy/releases )
99
+ ```
100
+ >>> sys.implementation.version
101
+ (0, 1, 1)
102
+ ```
89
103
90
- * Edit release infomation
104
+ * Upload to [ Releases page ] ( https://github.com/sipeed/MaixPy/releases ) and edit release infomation
91
105
92
106
You can’t perform that action at this time.
0 commit comments