]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: Add branch protection step to new release checklist
authorDavid Galloway <david.galloway@ibm.com>
Fri, 2 May 2025 19:34:54 +0000 (15:34 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Fri, 2 May 2025 19:34:54 +0000 (15:34 -0400)
Signed-off-by: David Galloway <david.galloway@ibm.com>
doc/dev/release-checklists.rst

index dfe39c02e713188ab2e89733737e57422f226a6c..fda47280761da57899890649f6703224e6b0a152 100644 (file)
@@ -127,6 +127,7 @@ After dev freeze
 ================
 
 - [ ] create branch for new release
+- [ ] open the Branch Protection settings of the Ceph repo.  Duplicate settings to the new release branch.
 - [ ] create vX.3.0 annotated tag on ``main`` so upgrades from new release to main are not wrongly considered downgrades.
 - [ ] remove ``doc/releases/*.rst``. This should leave behind ``doc/releases/releases.yml`` which is used for doc building purposes. See also commit 33d63c3 ("doc: remove release notes for release branch") for details.
 - [ ] cherry-pick 8cf9ad62949516666ad0f2c0bb7726ef68e4d666 ("doc: add releases links to toc"). There will be trivial conflicts.