RECIPE-API-CHANGELOG.md: Fix tag

Message ID 20240429143246.388669-1-amikan@ilbers.de
State Accepted, archived
Headers show
Series RECIPE-API-CHANGELOG.md: Fix tag | expand

Commit Message

Anton Mikanovich April 29, 2024, 2:32 p.m. UTC
We already tagged Isar to v0.10 so update tag in changelog.
Also correct title format.

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 RECIPE-API-CHANGELOG.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Comments

Uladzimir Bely May 6, 2024, 4:15 p.m. UTC | #1
On Mon, 2024-04-29 at 17:32 +0300, Anton Mikanovich wrote:
> We already tagged Isar to v0.10 so update tag in changelog.
> Also correct title format.
> 
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
> ---
>  RECIPE-API-CHANGELOG.md | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md
> index fac76357..12ea93ec 100644
> --- a/RECIPE-API-CHANGELOG.md
> +++ b/RECIPE-API-CHANGELOG.md
> @@ -404,8 +404,8 @@ The user and groups defined by the variables
> `USERS` and `GROUPS`
>  was moved from image configuration to image post processing. The
> users and
>  groups are now created after all packages are installed.
>  
> -Changes in next
> ----------------
> +Changes in v0.10
> +----------------
>  
>  ### Buildchroot no longer used for package building
>  
> @@ -567,11 +567,14 @@ When building a custom kernel module, the
> `KBuild` file might be located in
>  a subdirectory. To support this use-case, set
> `MODULE_DIR=$(PWD)/subdir` in
>  the module build recipe.
>  
> -### function debianize:deb_compat is removed
> +### Function debianize:deb_compat is removed
>  
>  Remove all uses of the function deb_compat. The functionality was
> replaced with
>  a dependency to the package debhelper-compat.
>  
> +Changes in next
> +---------------
> +
>  ### Change OPTEE_BINARIES default ###0
>  
>  Since OP-TEE 3.21, tee-raw.bin is produced for all platforms and is
> considered
> -- 
> 2.34.1
> 

Applied to next.

Patch

diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md
index fac76357..12ea93ec 100644
--- a/RECIPE-API-CHANGELOG.md
+++ b/RECIPE-API-CHANGELOG.md
@@ -404,8 +404,8 @@  The user and groups defined by the variables `USERS` and `GROUPS`
 was moved from image configuration to image post processing. The users and
 groups are now created after all packages are installed.
 
-Changes in next
----------------
+Changes in v0.10
+----------------
 
 ### Buildchroot no longer used for package building
 
@@ -567,11 +567,14 @@  When building a custom kernel module, the `KBuild` file might be located in
 a subdirectory. To support this use-case, set `MODULE_DIR=$(PWD)/subdir` in
 the module build recipe.
 
-### function debianize:deb_compat is removed
+### Function debianize:deb_compat is removed
 
 Remove all uses of the function deb_compat. The functionality was replaced with
 a dependency to the package debhelper-compat.
 
+Changes in next
+---------------
+
 ### Change OPTEE_BINARIES default ###0
 
 Since OP-TEE 3.21, tee-raw.bin is produced for all platforms and is considered