From 665ffa1cde52850b38ae4b5e16a4dabf62b346f7 Mon Sep 17 00:00:00 2001 From: Arne Luenser Date: Thu, 4 Dec 2025 11:45:28 +0100 Subject: [PATCH 1/3] feat: phrasing on OEL changelog when no changes are mentioned otherwise. --- src/components/ListChangelogs/ListChangelogs.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ListChangelogs/ListChangelogs.jsx b/src/components/ListChangelogs/ListChangelogs.jsx index 32bcbdb85..8973453b2 100644 --- a/src/components/ListChangelogs/ListChangelogs.jsx +++ b/src/components/ListChangelogs/ListChangelogs.jsx @@ -115,7 +115,7 @@ export default function ListChangelogs({ dir }) { {isNoChanges ? ( <> {version} -

No changes requiring a changelog in the {version}.

+

This release contains bugfixes and minor improvements.

) : ( From 8bb6c933d90851ea3b66d1d8d7c7625548c82058 Mon Sep 17 00:00:00 2001 From: Arne Luenser Date: Fri, 19 Dec 2025 15:23:26 +0100 Subject: [PATCH 2/3] chore: phrasing Co-authored-by: hackerman <3372410+aeneasr@users.noreply.github.com> --- src/components/ListChangelogs/ListChangelogs.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ListChangelogs/ListChangelogs.jsx b/src/components/ListChangelogs/ListChangelogs.jsx index 8973453b2..c944fce2b 100644 --- a/src/components/ListChangelogs/ListChangelogs.jsx +++ b/src/components/ListChangelogs/ListChangelogs.jsx @@ -115,7 +115,7 @@ export default function ListChangelogs({ dir }) { {isNoChanges ? ( <> {version} -

This release contains bugfixes and minor improvements.

+

This version contains minor changes and improvements, such as dependency updates, only.

) : ( From 1a73677b32f7d09a1f29c2858e1f583c6af88733 Mon Sep 17 00:00:00 2001 From: Arne Luenser Date: Fri, 19 Dec 2025 15:32:16 +0100 Subject: [PATCH 3/3] chore: formatting + phrasing --- src/components/ListChangelogs/ListChangelogs.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/ListChangelogs/ListChangelogs.jsx b/src/components/ListChangelogs/ListChangelogs.jsx index c944fce2b..7c75a4327 100644 --- a/src/components/ListChangelogs/ListChangelogs.jsx +++ b/src/components/ListChangelogs/ListChangelogs.jsx @@ -115,7 +115,10 @@ export default function ListChangelogs({ dir }) { {isNoChanges ? ( <> {version} -

This version contains minor changes and improvements, such as dependency updates, only.

+

+ This version contains only minor changes and improvements such + as dependency updates. +

) : (