Skip to content

Commit

Permalink
Add new line at the end of release note files (#6257)
Browse files Browse the repository at this point in the history
Also, remove the unused `make_release_notes.py` file
  • Loading branch information
rlazo committed Sep 18, 2024
1 parent d153670 commit c56bc5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 451 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ abstract class MakeReleaseNotesTask : DefaultTask() {
.trimMargin()
.trim()

releaseNotesFile.asFile.get().writeText(releaseNotes)
releaseNotesFile.asFile.get().writeText(releaseNotes + "\n")
}

/**
Expand Down
Loading

0 comments on commit c56bc5d

Please sign in to comment.