diff --git a/dangerfile.js b/dangerfile.js index e9526954..3dc145c8 100644 --- a/dangerfile.js +++ b/dangerfile.js @@ -5,5 +5,5 @@ const changelogEdited = danger.git.modified_files.includes("CHANGELOG.md") // Fail the build and post a comment reminding submitters to do so if it wasn't changed if (!changelogEdited) { - fail("Please include an updated `CHANGELOG.md` file.
This way we can keep track of all the contributions.

Thanks!") + fail("Please include an updated `CHANGELOG.md` file.
This way we can keep track of all the contributions.") } \ No newline at end of file