From 90d75b74c5ffc316530ef070bb8e84cb55915cc3 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 2 Mar 2026 10:38:50 -0800 Subject: [PATCH] Align "noteworthy" issues in release notes with Spring Framework Update the oss changelog generator config which I missed in commit 54ab3c5a617cd4538f454c2c2fd68e26dd7a680a. See gh-49150 --- .../create-github-release/changelog-generator-oss.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/create-github-release/changelog-generator-oss.yml b/.github/actions/create-github-release/changelog-generator-oss.yml index fbaf7173763..480b7c221cb 100644 --- a/.github/actions/create-github-release/changelog-generator-oss.yml +++ b/.github/actions/create-github-release/changelog-generator-oss.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"