Merge pull request #6788 from t1anz0ng/patch-1

devel: fix/update script path in api_changes.md
This commit is contained in:
Kubernetes Prow Robot 2022-08-13 20:26:12 -07:00 committed by GitHub
commit 9b63812963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -939,8 +939,7 @@ an example to illustrate your change.
Make sure you update the swagger and OpenAPI spec by running:
```sh
hack/update-swagger-spec.sh
hack/update-openapi-spec.sh
make update
```
The API spec changes should be in a commit separate from your other changes.