doc: fix year of final LTS release
Checks
Commit Message
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: stable@dpdk.org
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
doc/guides/contributing/stable.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
Acked-by: Chengwen Feng <fengchengwen@huawei.com>
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: stable@dpdk.org
>
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> ---
> doc/guides/contributing/stable.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guides/contributing/stable.rst b/doc/guides/contributing/stable.rst
> index 289769a61d..808e7fa779 100644
> --- a/doc/guides/contributing/stable.rst
> +++ b/doc/guides/contributing/stable.rst
> @@ -74,5 +74,5 @@ For a list of the currently maintained stable/LTS branches please see
> the latest `stable roadmap <https://core.dpdk.org/roadmap/#stable>`_.
>
> -At the end of the 2 years, a final X.11.N release will be made and at that
> +At the end of the 3 years, a final X.11.N release will be made and at that
> point the LTS branch will no longer be maintained with no further releases.
>
10/03/2025 11:28, fengchengwen:
> Acked-by: Chengwen Feng <fengchengwen@huawei.com>
>
> 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: stable@dpdk.org
> >
> > Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Applied, thanks.
@@ -74,5 +74,5 @@ For a list of the currently maintained stable/LTS branches please see
the latest `stable roadmap <https://core.dpdk.org/roadmap/#stable>`_.
-At the end of the 2 years, a final X.11.N release will be made and at that
+At the end of the 3 years, a final X.11.N release will be made and at that
point the LTS branch will no longer be maintained with no further releases.