Files
spring-retry/.github/actions/create-github-release/changelog-generator.yml
Stéphane Nicoll ee44dcec66 Release from GitHub Actions
To harmonize the release process, this commit moves it to GHA.

Closes gh-448
2024-07-13 10:19:26 +02:00

17 lines
413 B
YAML

changelog:
repository: spring-projects/spring-retry
sections:
- title: ":star: New Features"
labels:
- "enhancement"
- title: ":lady_beetle: Bug Fixes"
labels:
- "bug"
- title: ":notebook_with_decorative_cover: Documentation"
labels:
- "documentation"
- title: ":hammer: Dependency Upgrades"
sort: "title"
labels:
- "dependencies"