- navigate to the subproject(s) matching the api version(s) to be changed
- update the
docker-engine-api-v<VERSION>.yaml - execute in the project's root directory:
./gradlew :api-model-v<VERSION>:updateApiModelSources - verify the code changes, e.g. using
git statusorgit diff - perform checks:
./gradlew check - push the changes to your fork and submit a pull request (see GitHub's documentation for help about contributing to a project)