Text cleanup.

This commit is contained in:
Michael Teeuw 2018-01-25 20:45:25 +01:00
parent 27b3875bfb
commit fe4ffeb7f1

View File

@ -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.<br>This way we can keep track of all the contributions.<br><br>Thanks!")
fail("Please include an updated `CHANGELOG.md` file.<br>This way we can keep track of all the contributions.")
}