You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ The Kubebuilder Project is released on an as-needed basis. The process is as fol
5
5
1. An issue is proposing a new release with a changelog since the last release. You will need to use the [kubebuilder-release-tools][kubebuilder-release-tools] to generate the notes. See [here][release-notes-generation]
6
6
1. All [OWNERS](OWNERS) must LGTM this release
7
7
1. An OWNER runs `git tag -s $VERSION` and pushes the tag with `git push $VERSION`. Note that after the OWNER push the tag the CI will automatically add the release notes and the assets.
8
-
1. A PR needs to be created to merge `release-X` branch into `book-vX` to pick up the new docs.
8
+
1. A PR needs to be created to merge `master` branch into `book-v3` to pick up the new docs.
9
9
1. The release issue is closed
10
10
1. An announcement email is sent to `[email protected]` with the subject `[ANNOUNCE] kubebuilder $VERSION is released`
0 commit comments