GH-2202 - Add application.yml for changelog creation.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -8,3 +8,4 @@ target/
|
||||
*.orig
|
||||
.springBeans
|
||||
credentials.yml
|
||||
changelog.txt
|
||||
|
||||
13
application.yml
Normal file
13
application.yml
Normal 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"]
|
||||
Reference in New Issue
Block a user