diff options
author | Zac Dover <zac.dover@proton.me> | 2024-10-10 14:17:12 +0200 |
---|---|---|
committer | Zac Dover <zac.dover@proton.me> | 2024-10-10 14:17:12 +0200 |
commit | 95916c91906604c516e78b550010e9de511fc1e9 (patch) | |
tree | aaf4fba5bd7338802e5a7fa71b6e9a1997dc0893 /doc/dev/developer_guide | |
parent | Merge pull request #59987 from kotreshhr/licephfs-aio-nfsganesha (diff) | |
download | ceph-95916c91906604c516e78b550010e9de511fc1e9.tar.xz ceph-95916c91906604c516e78b550010e9de511fc1e9.zip |
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 <lflores@ibm.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
Diffstat (limited to 'doc/dev/developer_guide')
-rw-r--r-- | doc/dev/developer_guide/essentials.rst | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/dev/developer_guide/essentials.rst b/doc/dev/developer_guide/essentials.rst index cbde8779a66..7cce4c6f898 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 ---------- |