From: Zac Dover Date: Thu, 10 Oct 2024 12:17:12 +0000 (+1000) Subject: doc/dev: remove "Stable Releases and Backports" X-Git-Tag: v19.2.1~166^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1747b00eed2a1f7e912251ecb5401c29ca8e69e9;p=ceph.git doc/dev: remove "Stable Releases and Backports" Remove mention of "Stable Releases and Backports" from doc/dev/developer_guide/essentials.rst. Co-authored-by: Laura Flores Signed-off-by: Zac Dover (cherry picked from commit 95916c91906604c516e78b550010e9de511fc1e9) --- diff --git a/doc/dev/developer_guide/essentials.rst b/doc/dev/developer_guide/essentials.rst index cbde8779a66da..7cce4c6f898ff 100644 --- a/doc/dev/developer_guide/essentials.rst +++ b/doc/dev/developer_guide/essentials.rst @@ -287,16 +287,13 @@ See :ref:`kubernetes-dev` Backporting ----------- -All bugfixes should be merged to the ``main`` branch before being -backported. To flag a bugfix for backporting, make sure it has a -`tracker issue`_ associated with it and set the ``Backport`` field to a -comma-separated list of previous releases (e.g. "hammer,jewel") that you think -need the backport. -The rest (including the actual backporting) will be taken care of by the -`Stable Releases and Backports`_ team. +All bugfixes should be merged to the ``main`` branch before being backported. +To flag a bugfix for backporting, make sure it has a `tracker issue`_ +associated with it and set the ``Backport`` field to a comma-separated list of +previous releases (e.g. "hammer,jewel") that you think need the backport. You +are responsible for the backporting of pull requests that you raise. .. _`tracker issue`: http://tracker.ceph.com/ -.. _`Stable Releases and Backports`: http://tracker.ceph.com/projects/ceph-releases/wiki Dependabot ----------