summaryrefslogtreecommitdiff
path: root/api_changes.md
diff options
context:
space:
mode:
Diffstat (limited to 'api_changes.md')
-rw-r--r--api_changes.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/api_changes.md b/api_changes.md
index 6c495c4c..f46d2d4e 100644
--- a/api_changes.md
+++ b/api_changes.md
@@ -301,6 +301,14 @@ you'll figure it out. Put `grep` or `ack` to good use.
If you added functionality, you should consider documenting it and/or writing
an example to illustrate your change.
+Make sure you update the swagger API spec by running:
+
+```shell
+$ hack/update-swagger-spec.sh
+```
+
+The API spec changes should be in a commit separate from your other changes.
+
## Incompatible API changes
If your change is going to be backward incompatible or might be a breaking change for API
consumers, please send an announcement to `kubernetes-dev@googlegroups.com` before