Skip to content

Commit 941f006

Browse files
committed
Merge branch '3.5.x' into 4.0.x
Closes gh-49804
2 parents f2860e2 + 1b6e68e commit 941f006

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
using: composite
1919
steps:
2020
- name: Generate Changelog
21-
uses: spring-io/github-changelog-generator@c247eb874a8bbc2c7b91ed7227d8eb66eb639d38 #v0.0.13
21+
uses: spring-io/github-changelog-generator@f7d7a87a3e7c627ecb8c26cf086c38ac5a939721 #v0.0.14
2222
with:
2323
config-file: ${{ inputs.commercial && '.github/actions/create-github-release/changelog-generator-commercial.yml' || '.github/actions/create-github-release/changelog-generator-oss.yml' }}
2424
milestone: ${{ inputs.milestone }}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ changelog:
2121
sort: "title"
2222
labels:
2323
- "type: dependency-upgrade"
24+
summary:
25+
mode: "body-regex"
26+
config:
27+
expression: '(Upgrade to \[.*\]\(.*\)).*'
2428
issues:
2529
generate_links: true
2630
ports:

0 commit comments

Comments
 (0)