Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MaixPy-v1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
MaixPy-v1
Commits
53dcd64c
Commit
53dcd64c
authored
Feb 20, 2019
by
Neucrack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release 0.1.1
parent
e71f4f38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
ports/k210-freertos/README.md
ports/k210-freertos/README.md
+17
-3
No files found.
ports/k210-freertos/README.md
View file @
53dcd64c
...
...
@@ -77,16 +77,30 @@ more parameters use
### Release
*
Must commit all changes and rebuild
*
Tests
*
Push to remote
*
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`
```
git tag -a v0.1.1 -m "release 0.1.1 (beta) describe....."
git push origin --tags
```
*
Execute
`./build.sh clean`
*
Execute
`./build.sh`
*
Tests
*
Flash to board, type
`sys.implementation.version`
, the output should be like:
*
Upload to
[
Releases page
](
https://github.com/sipeed/MaixPy/releases
)
```
>>> sys.implementation.version
(0, 1, 1)
```
*
E
dit release infomation
*
Upload to
[
Releases page
](
https://github.com/sipeed/MaixPy/releases
)
and e
dit release infomation
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment