mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Update README.md
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user