Skip to content

Commit

Permalink
GH-2203 - Add application.yml for changelog creation.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Aug 14, 2024
1 parent 6fedaf1 commit aff9f0e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ target/
*.orig
.springBeans
credentials.yml
changelog.txt
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 aff9f0e

Please sign in to comment.