From 1dfc9a88a82be478c5b5465146eeba8e14517ba1 Mon Sep 17 00:00:00 2001 From: Natasha Sarkar Date: Fri, 9 Oct 2020 12:31:14 -0700 Subject: [PATCH] moved openapi instructions to top of readme --- releasing/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/releasing/README.md b/releasing/README.md index b4ee28b66..a5f0efe0b 100644 --- a/releasing/README.md +++ b/releasing/README.md @@ -29,6 +29,11 @@ The dependencies determine the release order: Thus, do `kyaml` first, then `cli-utils`, etc. +#### Consider fetching new OpenAPI data +The Kubernetes OpenAPI data changes once per quarter. Instructions +on how to get a new OpenAPI sample can be found in the +[OpenAPI Readme]. + #### Establish clean state ``` @@ -143,11 +148,6 @@ this should be automated, and descriptions in PR's should be standardized to make automation possible. See kubebuilder project. -#### Fetching New OpenAPI Data -The Kubernetes OpenAPI data changes once per quarter. Instructions -on how to get a new OpenAPI sample can be found in the -[OpenAPI Readme]. - ## Public Modules [`sigs.k8s.io/cli-utils`]: #sigsk8siocli-utils