Backport improvements to CI setup

This includes the ability to release from GitHub Actions.

Closes gh-33202
This commit is contained in:
Stéphane Nicoll
2024-07-11 17:12:56 +02:00
parent 562351f42f
commit c8e9ad6289
12 changed files with 429 additions and 73 deletions

View File

@@ -0,0 +1,28 @@
changelog:
repository: spring-projects/spring-framework
sections:
- title: ":star: New Features"
labels:
- "type: enhancement"
- title: ":lady_beetle: Bug Fixes"
labels:
- "type: bug"
- "type: regression"
- title: ":notebook_with_decorative_cover: Documentation"
labels:
- "type: documentation"
- title: ":hammer: Dependency Upgrades"
sort: "title"
labels:
- "type: dependency-upgrade"
contributors:
exclude:
names:
- "bclozel"
- "jhoeller"
- "poutsma"
- "rstoyanchev"
- "sbrannen"
- "sdeleuze"
- "simonbasle"
- "snicoll"