Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monopole committed Sep 18, 2020
1 parent bf67fcb commit f03fdc0
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions releasing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,25 @@ of one of the several [Go modules] in this repository.
> - git rebase upstream/master
> - make prow-presubmit-check
> - gorepomod release kyaml # undraft the release
> - cd ../cli-tuils
> - gorepomod pin kyaml # merge the PR
> - gorepomod release cli-util # merge the PR
> - cd ../cli-utils
> - gorepomod pin kyaml
> - merge the PR
> - gorepomod release {top}
> - 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 pin cmd/config # merge the PR
> - gorepomod pin cmd/config
> - # merge the PR
> - 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 unpin api
> - gorepomod unpin cmd/config
> - gorepomod unpin kyaml # merge the PR
> - gorepomod unpin kyaml
> - # merge the PR
Briefly:
- The repo HEAD is in a clean state (all tests passing).
Expand Down

0 comments on commit f03fdc0

Please sign in to comment.