Update cli-utils release instructions.

This commit is contained in:
Jeff Regan
2020-12-28 13:57:21 -08:00
committed by GitHub
parent d181a73f56
commit 76f05f3a40

View File

@@ -78,7 +78,8 @@ cd ../cli-utils
go mod edit -require sigs.k8s.io/kustomize/kyaml@v0.9.1
# Test it
go test ./...
make test
make test-e2e
# Merge these changes to upstream (make a PR, merge it)