Skip to content

Commit

Permalink
fix: Remove extra line break in change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jmongard committed Oct 10, 2023
1 parent 027bfac commit d5da731
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ open class ChangeLogBuilder(
for (commitInfo in commitInfos()) {
val formatter = ChangeLogTextFormatter(commitInfo)
formatter.block()
appendLine(formatter.build())
append(formatter.build())
context.flagCommit(commitInfo)
}
}
Expand Down

0 comments on commit d5da731

Please sign in to comment.