Skip to content

Commit

Permalink
chore: update changelog config
Browse files Browse the repository at this point in the history
  • Loading branch information
levinzonr committed May 23, 2024
1 parent 82fa192 commit 48de348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ spotless {
changelog {
path.set(file("CHANGELOG.md").canonicalPath)
header.set(provider { "[${version.get()}] - ${date()}" })
headerParserRegex.set("""(\d+\.\d+)""".toRegex())
keepUnreleasedSection.set(true)
unreleasedTerm.set("[Unreleased]")
groups.set(listOf("Added", "Changed", "Deprecated", "Removed", "Fixed", "Security"))
Expand Down

0 comments on commit 48de348

Please sign in to comment.