mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 01:39:06 +00:00
Update README.md
This commit is contained in:
@@ -67,12 +67,18 @@ gorepomod release {top}
|
|||||||
cd ../kustomize
|
cd ../kustomize
|
||||||
|
|
||||||
# Pin to the most recent kyaml.
|
# Pin to the most recent kyaml.
|
||||||
gorepomod pin kyaml
|
gorepomod pin kyaml --doIt
|
||||||
|
|
||||||
# Pin cmd/config/go.mod to the new cli-utils, e.g.
|
# Determine which version of cli-utils you want at
|
||||||
(cd cmd/config; go mod edit -require=sigs.k8s.io/cli-utils@v0.20.2)
|
# https://github.com/kubernetes-sigs/cli-utils/releases
|
||||||
|
#
|
||||||
|
# Pin cmd/config/go.mod to that version, e.g.:
|
||||||
|
(cd cmd/config; go mod edit -require=sigs.k8s.io/cli-utils@v0.20.3)
|
||||||
|
|
||||||
# Merge these changes to upstream (make a PR, etc.)
|
# Test it.
|
||||||
|
make prow-presubmit-check >& /tmp/k.txt; echo $?
|
||||||
|
|
||||||
|
# Make a PR and merge these changes.
|
||||||
|
|
||||||
# Release it.
|
# Release it.
|
||||||
gorepomod release cmd/config
|
gorepomod release cmd/config
|
||||||
|
|||||||
Reference in New Issue
Block a user