Skip to content

Commit e026f87

Browse files
authored
Merge pull request #306 from mavlink/pr-release-docs
README: add release step for proto check
2 parents dee9e50 + a1ab16b commit e026f87

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,17 @@ make -C mavsdk html
117117

118118
### Release steps
119119

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.:
123124
```
124125
git switch main
125126
git pull
126127
git tag X.Y.Z
127128
git push --tags
128129
```
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.
130131
The CI will now:
131132
- Create and push a wheel for Windows, Linux and macOS to PyPi.
132133
- Generate the latest docs and push them to s3.

0 commit comments

Comments
 (0)