GH-2180 - Add application.yml for change log creation.

This commit is contained in:
Oliver Drotbohm
2024-08-12 21:21:29 +02:00
parent 11b0888ed3
commit 2ba26707fb

13
application.yml Normal file
View File

@@ -0,0 +1,13 @@
changelog:
repository: spring-projects/spring-hateoas
sections:
- title: ":star: New Features"
labels: ["type: new feature"]
- title: ":bulb: Improvements"
labels: ["type: enhancement"]
- title: ":beetle: Bugs"
labels: ["type: bug"]
- title: ":book: Documentation"
labels: ["in: documentation"]
- title: ":hammer: Dependency Upgrades"
labels: ["type: dependency-upgrade"]