GH-2202 - Add application.yml for changelog creation.

This commit is contained in:
Oliver Drotbohm
2024-08-14 17:17:22 +02:00
parent 3fa2b1e3ea
commit 5cf3dd8d3e
2 changed files with 14 additions and 0 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@ target/
*.orig
.springBeans
credentials.yml
changelog.txt

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"]