Update README.md

This commit is contained in:
Jeff Regan
2020-09-21 10:24:08 -07:00
committed by GitHub
parent 6a94eb873f
commit b6c6cfa7ac

View File

@@ -68,9 +68,12 @@ cd ../kustomize
# Pin to the most recent kyaml.
gorepomod pin kyaml
# Also, manually pin cmd/config/go.mod to the new cli-utils.
# Pin cmd/config/go.mod to the new cli-utils, e.g.
(cd cmd/config; go mod edit -require=sigs.k8s.io/cli-utils@v0.20.2)
# Merge these changes to upstream (make a PR, etc.)
# Release it.
gorepomod release cmd/config
```