diff --git a/contributors/devel/release.md b/contributors/devel/release.md
index b08642f7f..651f5e1dd 100644
--- a/contributors/devel/release.md
+++ b/contributors/devel/release.md
@@ -41,14 +41,12 @@ If you want your PR to get merged, it needs the following required labels and mi
|
Normal Dev |
-Code Slush |
Code Freeze |
Post-Release |
|
Weeks 1-8 |
-Week 9 |
Weeks 10-12 |
Weeks 12+ |
@@ -65,17 +63,6 @@ If you want your PR to get merged, it needs the following required labels and mi
-
-- /milestone {v1.y}
-- /sig {name}
-- /kind {type}
-- /priority {level}
-- /lgtm
-- /approved
-
- |
-
-
- /milestone {v1.y}
- /sig {name}
@@ -151,10 +138,7 @@ planning artifacts in conjunction with the Release Team's [enhancements
lead](https://git.k8s.io/sig-release/release-team/role-handbooks/enhancements/README.md).
Implementation and bugfixing is ongoing across the cycle, but
-culminates in a code slush and code freeze period:
-* The **code slush** starts in week ~9 of the release cycle. The master
- branch only accepts PRs for the upcoming release milestone. No additional feature
- development is merged after this point.
+culminates in a code freeze period:
* The **code freeze** starts in week ~10 and continues for ~2 weeks.
Only critical bug fixes are accepted into the release codebase.
@@ -267,8 +251,7 @@ only marked as lower priority.
PRs are marked as targeting a milestone via the Prow
"/milestone" command.
-This is a blocking requirement during code slush and code freeze as
-described above.
+This is a blocking requirement during code freeze as described above.
## Other Required Labels
@@ -294,7 +277,6 @@ of the issue.
- `priority/critical-urgent`: Never automatically move out of a release milestone; continually escalate to contributor and SIG through all available channels.
- considered a release blocking issue
- - code slush: issue owner update frequency: every 3 days
- code freeze: issue owner update frequency: daily
- would require a patch release if left undiscovered until after the minor release.
- `priority/important-soon`: Escalate to the issue owners and SIG owner; move out of milestone after several unsuccessful escalation attempts.
|