Skip to content

Commit ffa0124

Browse files
committed
Merge branch '5.0.x'
2 parents 7ea58da + be7c64c commit ffa0124

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/actions/create-github-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
using: composite
1616
steps:
1717
- name: Generate Changelog
18-
uses: spring-io/github-changelog-generator@86958813a62af8fb223b3fd3b5152035504bcb83 #v0.0.12
18+
uses: spring-io/github-changelog-generator@c247eb874a8bbc2c7b91ed7227d8eb66eb639d38 #v0.0.13
1919
with:
2020
config-file: .github/actions/create-github-release/changelog-generator.yml
2121
milestone: ${{ inputs.milestone }}

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
changelog:
22
repository: spring-projects/spring-ws
33
sections:
4+
- title: ":warning: Noteworthy Changes"
5+
labels:
6+
- "status: noteworthy"
7+
summary:
8+
mode: "member-comment"
9+
config:
10+
prefix: "Noteworthy change:"
411
- title: ":star: New Features"
512
labels:
613
- "type: enhancement"

0 commit comments

Comments
 (0)