We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774eafe commit 7a29c90Copy full SHA for 7a29c90
build.gradle.kts
@@ -73,7 +73,7 @@ changelog {
73
SectionDefinition("Bugfix", listOf("bug", "bug fix")),
74
SectionDefinition("Enhancement", "enhancement")
75
) // no custom sections by default, but default sections are prepended
76
- includeLabels = listOf("feature request", "bug", "enhancement")
+ includeLabels = listOf("feature request", "bug", "bug fix", "enhancement")
77
excludeLabels = listOf("duplicate", "invalid", "question", "wontfix")
78
sinceTag = "V3.0.0"
79
skipTags = listOf(
0 commit comments