Skip to content

Commit 0f1b822

Browse files
committed
GH-21 - Tweak changelog creation.
Make sure that tickets assigned to our documentation component label do not get assigned to the documentation section.
1 parent 080195a commit 0f1b822

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

application.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
changelog:
22
repository: spring-projects-experimental/spring-modulith
3+
sections:
4+
- title: ":star: New Features"
5+
labels: ["type: enhancement"]
6+
- title: ":beetle: Bugs"
7+
labels: ["type: bug"]
8+
- title: ":hammer: Dependency Upgrades"
9+
labels: ["type: dependency-upgrade"]

0 commit comments

Comments
 (0)