Skip to content

Commit

Permalink
GH-2180 - Add application.yml for change log creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Aug 12, 2024
1 parent 11b0888 commit 2ba2670
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions application.yml
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 2ba2670

Please sign in to comment.