Skip to content

Commit 24b3dae

Browse files
committed
small RELEASE.md fixes
Signed-off-by: Andrew Stoycos <[email protected]>
1 parent 8ba9e0c commit 24b3dae

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

RELEASE.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ For a **PATCH** release:
4444
in the upcoming steps.
4545
- Use `git` to cherry-pick all relevant PRs into your branch.
4646
- Update `pkg/generator/main.go` with the new semver tag and any updates to the API review URL.
47-
- Run the following command `BASE_REF=vmajor.minor.patch make generate` which
48-
will update generated docs and webhook with the correct version info. (Note
49-
that you can't test with these YAMLs yet as they contain references to
50-
elements which wont exist until the tag is cut and image is promoted to
51-
production registry.)
5247
- Create a pull request of the `<githubuser>/release-x.x.x` branch into the `release-x.x` branch upstream
5348
(which should already exist since this is a patch release). Add a hold on this PR waiting for at least
5449
one maintainer/codeowner to provide a `lgtm`.
@@ -64,11 +59,6 @@ For a **MAJOR** or **MINOR** release:
6459
- Cut a `release-major.minor` branch that we can tag things in as needed.
6560
- Check out the `release-major.minor` release branch locally.
6661
- Update `pkg/generator/main.go` with the new semver tag and any updates to the API review URL.
67-
- Run the following command `BASE_REF=vmajor.minor.patch make generate` which
68-
will update generated docs and webhook with the correct version info. (Note
69-
that you can't test with these YAMLs yet as they contain references to
70-
elements which wont exist until the tag is cut and image is promoted to
71-
production registry.)
7262
- Verify the CI tests pass before continuing.
7363
- Create a tag using the `HEAD` of the `release-x.x` branch. This can be done using the `git` CLI or
7464
Github's [release][release] page.
@@ -79,11 +69,6 @@ For a **MAJOR** or **MINOR** release:
7969
For an **RC** release:
8070

8171
- Update `pkg/generator/main.go` with the new semver tag and any updates to the API review URL.
82-
- Run the following command `BASE_REF=vmajor.minor.patch make generate` which
83-
will update generated docs and webhook with the correct version info. (Note
84-
that you can't test with these YAMLs yet as they contain references to
85-
elements which wont exist until the tag is cut and image is promoted to
86-
production registry.)
8772
- Include the changelog update in this PR.
8873
- Merge the update PR.
8974
- Tag the release using the commit on `main` where the changelog update merged.

0 commit comments

Comments
 (0)