From 99ef2ff06014fd425924da32a6eacec948f9e88c Mon Sep 17 00:00:00 2001 From: Tianyang Date: Sat, 13 Aug 2022 23:22:46 +0800 Subject: [PATCH 1/2] devel: fix/update script path in api_changes.md Signed-off-by: tianyang ni tianzong48@gmail.com /sig architecture /kind cleanup documentation --- contributors/devel/sig-architecture/api_changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/sig-architecture/api_changes.md b/contributors/devel/sig-architecture/api_changes.md index ccadaa2fa..8584df5ce 100644 --- a/contributors/devel/sig-architecture/api_changes.md +++ b/contributors/devel/sig-architecture/api_changes.md @@ -939,7 +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-generated-swagger-docs.sh hack/update-openapi-spec.sh ``` From 4990bb8ccaf6f33ed346928eb81d939ce8ce693c Mon Sep 17 00:00:00 2001 From: Tianyang Date: Sun, 14 Aug 2022 10:51:16 +0800 Subject: [PATCH 2/2] Update contributors/devel/sig-architecture/api_changes.md Co-authored-by: Christoph Blecker --- contributors/devel/sig-architecture/api_changes.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contributors/devel/sig-architecture/api_changes.md b/contributors/devel/sig-architecture/api_changes.md index 8584df5ce..b51e7a7dd 100644 --- a/contributors/devel/sig-architecture/api_changes.md +++ b/contributors/devel/sig-architecture/api_changes.md @@ -939,8 +939,7 @@ an example to illustrate your change. Make sure you update the swagger and OpenAPI spec by running: ```sh -hack/update-generated-swagger-docs.sh -hack/update-openapi-spec.sh +make update ``` The API spec changes should be in a commit separate from your other changes.