mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Update README.md
This commit is contained in:
@@ -143,25 +143,16 @@ createBranch pinKyaml
|
|||||||
createPr
|
createPr
|
||||||
```
|
```
|
||||||
|
|
||||||
Run local tests while GH runs tests in the cloud:
|
|
||||||
```
|
|
||||||
testKustomizeRepo
|
|
||||||
```
|
|
||||||
|
|
||||||
Wait for tests to pass, then merge the PR:
|
Wait for tests to pass, then merge the PR:
|
||||||
```
|
```
|
||||||
gh pr status
|
gh pr status
|
||||||
gh pr merge -m
|
gh pr merge -m
|
||||||
```
|
```
|
||||||
|
|
||||||
Get back on master and do paranoia test:
|
|
||||||
```
|
|
||||||
refreshMaster
|
|
||||||
testKustomizeRepo
|
|
||||||
```
|
|
||||||
|
|
||||||
Release it:
|
Release it:
|
||||||
```
|
```
|
||||||
|
git co master
|
||||||
|
git rebase upstream/master
|
||||||
gorepomod release {top} --doIt
|
gorepomod release {top} --doIt
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -182,7 +173,8 @@ Pin to the most recent kyaml.
|
|||||||
gorepomod pin kyaml --doIt
|
gorepomod pin kyaml --doIt
|
||||||
```
|
```
|
||||||
|
|
||||||
Pin to the version of cli-utils you just created
|
If there is a cli-utils dependence,
|
||||||
|
pin to the version of cli-utils you just created
|
||||||
([releases](https://github.com/kubernetes-sigs/cli-utils/releases))
|
([releases](https://github.com/kubernetes-sigs/cli-utils/releases))
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user