Skip to content

Commit 7a29c90

Browse files
committed
update release log script
1 parent 774eafe commit 7a29c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ changelog {
7373
SectionDefinition("Bugfix", listOf("bug", "bug fix")),
7474
SectionDefinition("Enhancement", "enhancement")
7575
) // no custom sections by default, but default sections are prepended
76-
includeLabels = listOf("feature request", "bug", "enhancement")
76+
includeLabels = listOf("feature request", "bug", "bug fix", "enhancement")
7777
excludeLabels = listOf("duplicate", "invalid", "question", "wontfix")
7878
sinceTag = "V3.0.0"
7979
skipTags = listOf(

0 commit comments

Comments
 (0)