File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -117,16 +117,17 @@ make -C mavsdk html
117
117
118
118
### Release steps
119
119
120
- 1 . Check all required pull requests are merged to main
121
- 2 . Check [ MAVSDK_SERVER_VERSION] ( MAVSDK_SERVER_VERSION ) is set to the correct version of mavsdk_server.
122
- 3 . Create git tag on laster main, e.g.:
120
+ 1 . Check the proto submodule is up-to-date and the generated code has been updated.
121
+ 2 . Check all required pull requests are merged to main
122
+ 3 . Check [ MAVSDK_SERVER_VERSION] ( MAVSDK_SERVER_VERSION ) is set to the correct version of mavsdk_server.
123
+ 4 . Create git tag on laster main, e.g.:
123
124
```
124
125
git switch main
125
126
git pull
126
127
git tag X.Y.Z
127
128
git push --tags
128
129
```
129
- 4 . Go to [ releases page] ( https://github.com/mavlink/MAVSDK-Python/releases ) and create new release.
130
+ 5 . Go to [ releases page] ( https://github.com/mavlink/MAVSDK-Python/releases ) and create new release.
130
131
The CI will now:
131
132
- Create and push a wheel for Windows, Linux and macOS to PyPi.
132
133
- Generate the latest docs and push them to s3.
You can’t perform that action at this time.
0 commit comments