Changed missing Changlog text.

This commit is contained in:
Michael Teeuw 2018-01-25 20:38:42 +01:00
parent e2dbe8a0a2
commit 27b3875bfb

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 // Fail the build and post a comment reminding submitters to do so if it wasn't changed
if (!changelogEdited) { if (!changelogEdited) {
fail("Please include a CHANGELOG entry. You can find it at [CHANGELOG.md](CHANGELOG.md).") fail("Please include an updated `CHANGELOG.md` file.<br>This way we can keep track of all the contributions.<br><br>Thanks!")
} }