From 6d4c6127c8eee052ab492bcf4663615e77111e20 Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Fri, 18 Sep 2020 13:18:54 -0700 Subject: [PATCH] Update README.md --- releasing/README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/releasing/README.md b/releasing/README.md index 0e16e9255..29cecb2e7 100644 --- a/releasing/README.md +++ b/releasing/README.md @@ -31,26 +31,31 @@ of one of the several [Go modules] in this repository. > git co master > git rebase upstream/master > 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 > gorepomod pin kyaml -> merge the PR +> # merge these changes to upstream (make a PR, etc.) > gorepomod release {top} > cd ../kustomize > # manually pin cmd/config/go.mod to the new cli-utils +> # merge these changes to upstream (make a PR, etc.) > gorepomod pin kyaml -> # merge the PR -> gorepomod release cmd/config # undraft the release +> # merge these changes +> gorepomod release cmd/config +> # undraft the release > gorepomod pin cmd/config -> # merge the PR -> gorepomod release api # undraft the release +> # merge these changes +> gorepomod release api +> # undraft the release > gorepomod pin api -> # merge the PR -> gorepomod release kustomize # undraft the release +> # merge these changes +> gorepomod release kustomize +> # undraft the release > gorepomod unpin api > gorepomod unpin cmd/config > gorepomod unpin kyaml -> # merge the PR +> # merge these changes > ``` Briefly: