diff --git a/contribute/tags_and_branches.html b/contribute/tags_and_branches.html index 8c59ae7266..44fbba2033 100644 --- a/contribute/tags_and_branches.html +++ b/contribute/tags_and_branches.html @@ -195,6 +195,8 @@
+The nightly-testing-*
and bump/v4*
branches are write protected,
+so may only be modified via PRs, maintainers, or the relevant bots.
Note that the nightly-testing
branch of Mathlib may use the nightly-testing
branch of Std as required.
Similarly a bump/v4.X.0
branch of Mathlib may use the bump/v4.X.0
branch of Std as required.
Branches lean-pr-testing-NNNN
are automatically created for any Lean PR that passes CI,