Skip to content

Commit 09c2a4c

Browse files
committed
spring-projectsGH-123 - Add configuration for change log creation.
1 parent c8229f6 commit 09c2a4c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ target/
66
.idea
77
*.iml
88
.flattened-pom.xml
9+
changelog.txt

application.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
changelog:
2+
repository: spring-projects/spring-plugin
3+
sections:
4+
- title: ":star: New Features"
5+
labels: ["type: new feature"]
6+
- title: ":bulb: Improvements"
7+
labels: ["type: enhancement"]
8+
- title: ":beetle: Bugs"
9+
labels: ["type: bug"]
10+
- title: ":book: Documentation"
11+
labels: ["in: documentation"]
12+
- title: ":hammer: Dependency Upgrades"
13+
labels: ["type: dependency-upgrade"]

0 commit comments

Comments
 (0)