Update README.md

This commit is contained in:
Jeff Regan
2020-10-02 16:51:13 -07:00
committed by GitHub
parent 50c0200429
commit 460c54064c

View File

@@ -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)