[yocto-docs,dunfell,2/2] documentation: update for 3.1.15 release

Message ID df94586b9d514e35f05d3a33f6b31ee9b249ea93.1646749913.git.steve@sakoman.com
State New
Headers show
Series [yocto-docs,dunfell,1/2] ref-system-requirements.rst: update list of supported distros | expand

Commit Message

Steve Sakoman March 8, 2022, 2:33 p.m. UTC
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
 documentation/conf.py   | 2 +-
 documentation/poky.yaml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Michael Opdenacker March 8, 2022, 5:45 p.m. UTC | #1
Hi again Steve,

On 3/8/22 15:33, Steve Sakoman wrote:
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
>  documentation/conf.py   | 2 +-
>  documentation/poky.yaml | 8 ++++----
>  2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/documentation/conf.py b/documentation/conf.py
> index 01d5e00c1..4df8f55d1 100644
> --- a/documentation/conf.py
> +++ b/documentation/conf.py
> @@ -16,7 +16,7 @@ import os
>  import sys
>  import datetime
>  
> -current_version = "3.1.14"
> +current_version = "3.1.15"
>  bitbake_version = "1.46"
>  
>  # String used in sidebar
> diff --git a/documentation/poky.yaml b/documentation/poky.yaml
> index e37ea420a..e0f8166f7 100644
> --- a/documentation/poky.yaml
> +++ b/documentation/poky.yaml
> @@ -1,11 +1,11 @@
> -DISTRO : "3.1.14"
> +DISTRO : "3.1.15"
>  DISTRO_NAME_NO_CAP : "dunfell"
>  DISTRO_NAME : "Dunfell"
>  DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
> -YOCTO_DOC_VERSION : "3.1.14"
> +YOCTO_DOC_VERSION : "3.1.15"
>  YOCTO_DOC_VERSION_MINUS_ONE : "3.0.4"
> -DISTRO_REL_TAG : "yocto-3.1.14"
> -POKYVERSION : "23.0.14"
> +DISTRO_REL_TAG : "yocto-3.1.15"
> +POKYVERSION : "23.0.15"
>  YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
>  YOCTO_DL_URL : "https://downloads.yoctoproject.org"
>  YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"

Thanks for this patch!
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>

However, I'll merge it when 3.1.15 is out, at least for the bits that
Michael Halstead won't have modified yet.
Cheers
Michael.
Lee, Chee Yang March 22, 2022, 2:31 a.m. UTC | #2
Hi Michael, 

I'm working on the release, can we have this version bump merge prior to release announcement ? 
i should have include version bump commit in the release notes and tag the version bump commit for release, I didn’t capture this well for some recent release.


> -----Original Message-----
> From: docs@lists.yoctoproject.org <docs@lists.yoctoproject.org> On Behalf
> Of Michael Opdenacker via lists.yoctoproject.org
> Sent: Wednesday, March 9, 2022 1:45 AM
> To: Steve Sakoman <steve@sakoman.com>; docs@lists.yoctoproject.org
> Subject: Re: [docs] [yocto-docs][dunfell 2/2] documentation: update for
> 3.1.15 release
> 
> Hi again Steve,
> 
> On 3/8/22 15:33, Steve Sakoman wrote:
> > Signed-off-by: Steve Sakoman <steve@sakoman.com>
> > ---
> >  documentation/conf.py   | 2 +-
> >  documentation/poky.yaml | 8 ++++----
> >  2 files changed, 5 insertions(+), 5 deletions(-)
> >
> > diff --git a/documentation/conf.py b/documentation/conf.py index
> > 01d5e00c1..4df8f55d1 100644
> > --- a/documentation/conf.py
> > +++ b/documentation/conf.py
> > @@ -16,7 +16,7 @@ import os
> >  import sys
> >  import datetime
> >
> > -current_version = "3.1.14"
> > +current_version = "3.1.15"
> >  bitbake_version = "1.46"
> >
> >  # String used in sidebar
> > diff --git a/documentation/poky.yaml b/documentation/poky.yaml index
> > e37ea420a..e0f8166f7 100644
> > --- a/documentation/poky.yaml
> > +++ b/documentation/poky.yaml
> > @@ -1,11 +1,11 @@
> > -DISTRO : "3.1.14"
> > +DISTRO : "3.1.15"
> >  DISTRO_NAME_NO_CAP : "dunfell"
> >  DISTRO_NAME : "Dunfell"
> >  DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
> > -YOCTO_DOC_VERSION : "3.1.14"
> > +YOCTO_DOC_VERSION : "3.1.15"
> >  YOCTO_DOC_VERSION_MINUS_ONE : "3.0.4"
> > -DISTRO_REL_TAG : "yocto-3.1.14"
> > -POKYVERSION : "23.0.14"
> > +DISTRO_REL_TAG : "yocto-3.1.15"
> > +POKYVERSION : "23.0.15"
> >  YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
> >  YOCTO_DL_URL : "https://downloads.yoctoproject.org"
> >  YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"
> 
> Thanks for this patch!
> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
> 
> However, I'll merge it when 3.1.15 is out, at least for the bits that Michael
> Halstead won't have modified yet.
> Cheers
> Michael.
> 
> --
> Michael Opdenacker, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com

Patch

diff --git a/documentation/conf.py b/documentation/conf.py
index 01d5e00c1..4df8f55d1 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -16,7 +16,7 @@  import os
 import sys
 import datetime
 
-current_version = "3.1.14"
+current_version = "3.1.15"
 bitbake_version = "1.46"
 
 # String used in sidebar
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index e37ea420a..e0f8166f7 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -1,11 +1,11 @@ 
-DISTRO : "3.1.14"
+DISTRO : "3.1.15"
 DISTRO_NAME_NO_CAP : "dunfell"
 DISTRO_NAME : "Dunfell"
 DISTRO_NAME_NO_CAP_MINUS_ONE : "zeus"
-YOCTO_DOC_VERSION : "3.1.14"
+YOCTO_DOC_VERSION : "3.1.15"
 YOCTO_DOC_VERSION_MINUS_ONE : "3.0.4"
-DISTRO_REL_TAG : "yocto-3.1.14"
-POKYVERSION : "23.0.14"
+DISTRO_REL_TAG : "yocto-3.1.15"
+POKYVERSION : "23.0.15"
 YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;"
 YOCTO_DL_URL : "https://downloads.yoctoproject.org"
 YOCTO_AB_URL : "https://autobuilder.yoctoproject.org"