Commit a28df88
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments