Skip to content

Commit 357ce5e

Browse files
committed
README: switch to main branch
1 parent 460ccea commit 357ce5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MAVSDK-Python
22

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)
44

55
This is the Python wrapper for MAVSDK.
66

@@ -117,11 +117,11 @@ make -C mavsdk html
117117

118118
### Release steps
119119

120-
1. Check all required pull requests are merged to master
120+
1. Check all required pull requests are merged to main
121121
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.:
123123
```
124-
git switch master
124+
git switch main
125125
git pull
126126
git tag X.Y.Z
127127
git push --tags

0 commit comments

Comments
 (0)