Skip to content

Commit

Permalink
chore: changelog task updated
Browse files Browse the repository at this point in the history
Signed-off-by: Anıl Mısırlıoğlu <misirlioglisamet@gmail.com>
  • Loading branch information
anilmisirlioglu committed Apr 8, 2021
1 parent a511baf commit 0d20c8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ intellij {

changelog {
version = pluginVersion
groups = emptyList()
path = "${project.projectDir}/CHANGELOG.md"
header = closure { "[${pluginVersion}]" }
unreleasedTerm = "[Unreleased]"
groups = listOf("Added", "Changed", "Deprecated", "Removed", "Fixed", "Security")
}

tasks {
Expand Down

0 comments on commit 0d20c8e

Please sign in to comment.