Files
spring-pulsar/.github/changelog-generator.yml
Chris Bono 062054106f Update changelog-generator.yml
Added section for improvements
2023-11-22 22:33:26 -06:00

27 lines
755 B
YAML

changelog:
repository: spring-projects/spring-pulsar
sections:
- title: ":star: New Features"
labels:
- "type: feature"
- title: ":ladder: Improvements"
labels:
- "type: improvement"
- 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"
issues:
ports:
- label: "status: forward-port"
bodyExpression: 'Forward port of issue #(\d+).*'
- label: "status: back-port"
bodyExpression: 'Back port of issue #(\d+).*'