Skip to content

Commit a28df88

Browse files
authored
Enable release freeze for 3.3.2 (#1427)
## Summary Set `freeze: true` in `development/.release-freeze.json` to block non-critical merges to `main` while the 3.3.2 release is being cut (#1419). ## Behavior While the freeze is active, the `check-release-freeze` CI check fails on PRs targeting `main`. PRs that must merge during the window can opt out by adding `OVERRIDE_FREEZE=true` to the PR description. ## Follow-up This freeze should be lifted (set back to `false`) once the 3.3.2 release is cut. NO_CHANGELOG=true This pull request and its description were written by Isaac. Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>
1 parent 75d13a2 commit a28df88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

development/.release-freeze.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"freeze": false
2+
"freeze": true
33
}

0 commit comments

Comments
 (0)