Browse Source

Align "noteworthy" issues in release notes with Spring Framework

Update the oss changelog generator config which I missed in commit
54ab3c5a61.

See gh-49150
pull/49591/head
Phillip Webb 3 weeks ago
parent
commit
90d75b74c5
  1. 6
      .github/actions/create-github-release/changelog-generator-oss.yml

6
.github/actions/create-github-release/changelog-generator-oss.yml

@ -1,12 +1,12 @@ @@ -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"

Loading…
Cancel
Save