Skip to content

Commit

Permalink
update release log script
Browse files Browse the repository at this point in the history
  • Loading branch information
wuseal committed Jul 31, 2021
1 parent 774eafe commit 7a29c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ changelog {
SectionDefinition("Bugfix", listOf("bug", "bug fix")),
SectionDefinition("Enhancement", "enhancement")
) // no custom sections by default, but default sections are prepended
includeLabels = listOf("feature request", "bug", "enhancement")
includeLabels = listOf("feature request", "bug", "bug fix", "enhancement")
excludeLabels = listOf("duplicate", "invalid", "question", "wontfix")
sinceTag = "V3.0.0"
skipTags = listOf(
Expand Down

0 comments on commit 7a29c90

Please sign in to comment.