From 54ab3c5a617cd4538f454c2c2fd68e26dd7a680a Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 18 Feb 2026 19:30:38 -0800 Subject: [PATCH] Align "noteworthy" issues in release notes with Spring Framework Closes gh-49150 --- .../changelog-generator-commercial.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/create-github-release/changelog-generator-commercial.yml b/.github/actions/create-github-release/changelog-generator-commercial.yml index 6840b51ee27..1e621c5a42b 100644 --- a/.github/actions/create-github-release/changelog-generator-commercial.yml +++ b/.github/actions/create-github-release/changelog-generator-commercial.yml @@ -1,12 +1,12 @@ changelog: sections: - - title: ":warning: Noteworthy Changes" + - title: ":warning: Attention Required" labels: - - "status: noteworthy" + - "for: upgrade-attention" summary: mode: "member-comment" config: - prefix: "Noteworthy change:" + prefix: "Attention Required:" - title: ":star: New Features" labels: - "type: enhancement"