mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-18 02:01:29 +00:00
Update README.md
This commit is contained in:
@@ -31,19 +31,25 @@ of one of the several [Go modules] in this repository.
|
|||||||
> - 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
|
||||||
> - cd ../cli-tuils
|
> - cd ../cli-utils
|
||||||
> - gorepomod pin kyaml # merge the PR
|
> - gorepomod pin kyaml
|
||||||
> - gorepomod release cli-util # merge the PR
|
> - merge the PR
|
||||||
|
> - gorepomod release {top}
|
||||||
> - cd ../kustomize
|
> - cd ../kustomize
|
||||||
> - gorepomod pin kyaml # merge the PR
|
> - # manually pin cmd/config/go.mod to the new cli-utils
|
||||||
|
> - gorepomod pin kyaml
|
||||||
|
> - # merge the PR
|
||||||
> - gorepomod release cmd/config # undraft the release
|
> - gorepomod release cmd/config # undraft the release
|
||||||
> - gorepomod pin cmd/config # merge the PR
|
> - gorepomod pin cmd/config
|
||||||
|
> - # merge the PR
|
||||||
> - gorepomod release api # undraft the release
|
> - gorepomod release api # undraft the release
|
||||||
> - gorepomod pin api # merge the PR
|
> - gorepomod pin api
|
||||||
|
> - # merge the PR
|
||||||
> - 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 # merge the PR
|
> - gorepomod unpin kyaml
|
||||||
|
> - # merge the PR
|
||||||
|
|
||||||
Briefly:
|
Briefly:
|
||||||
- The repo HEAD is in a clean state (all tests passing).
|
- The repo HEAD is in a clean state (all tests passing).
|
||||||
|
|||||||
Reference in New Issue
Block a user