Update README.md

This commit is contained in:
Jeff Regan
2020-09-18 13:18:54 -07:00
committed by GitHub
parent 6aa72b66ef
commit 6d4c6127c8

View File

@@ -31,26 +31,31 @@ of one of the several [Go modules] in this repository.
> git co master > git co master
> git rebase upstream/master > git rebase upstream/master
> make prow-presubmit-check > make prow-presubmit-check
> gorepomod release kyaml # undraft the release > gorepomod release kyaml
> # undraft the release at https://github.com/kubernetes-sigs/kustomize/releases
> cd ../cli-utils > cd ../cli-utils
> gorepomod pin kyaml > gorepomod pin kyaml
> merge the PR > # merge these changes to upstream (make a PR, etc.)
> gorepomod release {top} > gorepomod release {top}
> cd ../kustomize > cd ../kustomize
> # manually pin cmd/config/go.mod to the new cli-utils > # manually pin cmd/config/go.mod to the new cli-utils
> # merge these changes to upstream (make a PR, etc.)
> gorepomod pin kyaml > gorepomod pin kyaml
> # merge the PR > # merge these changes
> gorepomod release cmd/config # undraft the release > gorepomod release cmd/config
> # undraft the release
> gorepomod pin cmd/config > gorepomod pin cmd/config
> # merge the PR > # merge these changes
> gorepomod release api # undraft the release > gorepomod release api
> # undraft the release
> gorepomod pin api > gorepomod pin api
> # merge the PR > # merge these changes
> gorepomod release kustomize # undraft the release > gorepomod release kustomize
> # undraft the release
> gorepomod unpin api > gorepomod unpin api
> gorepomod unpin cmd/config > gorepomod unpin cmd/config
> gorepomod unpin kyaml > gorepomod unpin kyaml
> # merge the PR > # merge these changes
> ``` > ```
Briefly: Briefly: