[PATCH] doc: fix year of final LTS release

2025-03-11 Thread Kevin Traynor
LTS length was updated to 3 years, but a sentence saying when the final release would be was not updated. Fixes: 3c60ea7b289a ("doc: update LTS maintenance to 3 years") Cc: sta...@dpdk.org Signed-off-by: Kevin Traynor --- doc/guides/contributing/stable.rst | 2 +- 1 file changed, 1 insertion(+)

Re: [PATCH] doc: fix year of final LTS release

2025-03-11 Thread Thomas Monjalon
10/03/2025 11:28, fengchengwen: > Acked-by: Chengwen Feng > > On 2025/3/10 18:08, Kevin Traynor wrote: > > LTS length was updated to 3 years, but a sentence saying > > when the final release would be was not updated. > > > > Fixes: 3c60ea7b289a ("doc: update LTS maintenance to 3 years") > > Cc:

Re: [PATCH] doc: fix year of final LTS release

2025-03-10 Thread fengchengwen
Acked-by: Chengwen Feng On 2025/3/10 18:08, Kevin Traynor wrote: > LTS length was updated to 3 years, but a sentence saying > when the final release would be was not updated. > > Fixes: 3c60ea7b289a ("doc: update LTS maintenance to 3 years") > Cc: sta...@dpdk.org > > Signed-off-by: Kevin Trayno