From d0b97319a5f46ab167cd5b6b91c4704ca802a852 Mon Sep 17 00:00:00 2001 From: Bianca Henderson Date: Thu, 15 May 2025 09:45:09 -0400 Subject: [PATCH] Update README to remove information about backports. (#930) Per this comment, I am removing information about backports that were added in #926; per the Cloud Content Handbook page on backports, we will only be backporting to the two latest versions, and since mentioning specific branches and versions in this collection's README in this manner will add to future maintenance/upkeep burden, I opted to remove this line entirely. I will be creating a separate PR to manually backport the new README information to stable-5. Reviewed-by: Mike Graves Reviewed-by: Alina Buzachis --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0881b5c3..15e1ea42 100644 --- a/README.md +++ b/README.md @@ -248,8 +248,6 @@ The process for uploading a supported release to Automation Hub is documented se > **Note:** The `stable-4` branch, which handles all `4.x.y` releases of this collection, is no longer supported. This means that no backports nor releases will be performed on the `stable-4` branch. -> -> All new features and bugfixes will be included in `stable-5` and `stable-6` branches (versions `5.x.y` and `6.x.y`, respectively), and only bugfixes will be backported to `stable-3` (which handles `3.x.y` releases). We announce releases and important changes through Ansible's [The Bullhorn newsletter](https://github.com/ansible/community/wiki/News#the-bullhorn). Be sure you are [subscribed](https://eepurl.com/gZmiEP).