Skip to content

Commit

Permalink
Add more info to debug changelog patching
Browse files Browse the repository at this point in the history
  • Loading branch information
farost committed Feb 28, 2024
1 parent 8ebcc49 commit 8dc363c
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 @@ -95,7 +95,7 @@ tasks {
changeNotes = properties("pluginVersion").map { pluginVersion ->
with(changelog) {
val changelogItem = (getOrNull(pluginVersion) ?: getUnreleased())
project.logger.lifecycle("Found new changelog: $changelogItem")
project.logger.lifecycle("Found new changelog: $changelogItem out of ${changelog.getAll()}")

renderItem(
changelogItem.withHeader(false).withEmptySections(false),
Expand Down

0 comments on commit 8dc363c

Please sign in to comment.