From 460c54064c4faf87ddd36f23aa63e3ffb92c4361 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Fri, 2 Oct 2020 16:51:13 -0700 Subject: [PATCH] Update README.md --- releasing/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/releasing/README.md b/releasing/README.md index b9088b30b..609d21542 100644 --- a/releasing/README.md +++ b/releasing/README.md @@ -51,8 +51,9 @@ Undraft the release on the [kustomize repo release page]. ``` cd ../cli-utils -# Pin to the most recent kyaml. -gorepomod pin kyaml +# Pin to the most recent kyaml, e.g. +go mod edit -require sigs.k8s.io/kustomize/kyaml@v0.9.0 +go test ./... # Merge these changes to upstream (make a PR, merge it)