File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# MAVSDK-Python
2
2
3
- [ ![ GitHub Actions Status] ( https://github.com/mavlink/MAVSDK-Python/workflows/PyPi%20Upload/badge.svg?branch=master )] ( https://github.com/mavlink/MAVSDK-Python/actions?query=branch%3Amaster )
3
+ [ ![ GitHub Actions Status] ( https://github.com/mavlink/MAVSDK-Python/workflows/PyPi%20Upload/badge.svg?branch=main )] ( https://github.com/mavlink/MAVSDK-Python/actions?query=branch%3Amain )
4
4
5
5
This is the Python wrapper for MAVSDK.
6
6
@@ -117,11 +117,11 @@ make -C mavsdk html
117
117
118
118
### Release steps
119
119
120
- 1 . Check all required pull requests are merged to master
120
+ 1 . Check all required pull requests are merged to main
121
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 master , e.g.:
122
+ 3 . Create git tag on laster main , e.g.:
123
123
```
124
- git switch master
124
+ git switch main
125
125
git pull
126
126
git tag X.Y.Z
127
127
git push --tags
You can’t perform that action at this time.
0 commit comments