Update README.md

This commit is contained in:
Jeff Regan
2021-02-05 20:23:59 -08:00
committed by GitHub
parent 25b02d2d6c
commit 156beb300c

View File

@@ -143,25 +143,16 @@ createBranch pinKyaml
createPr
```
Run local tests while GH runs tests in the cloud:
```
testKustomizeRepo
```
Wait for tests to pass, then merge the PR:
```
gh pr status
gh pr merge -m
```
Get back on master and do paranoia test:
```
refreshMaster
testKustomizeRepo
```
Release it:
```
git co master
git rebase upstream/master
gorepomod release {top} --doIt
```
@@ -182,7 +173,8 @@ Pin to the most recent kyaml.
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))
```