UNPKG

alexa-app

Version:

A module to simplify creation of Alexa (Amazon Echo) apps (Skills) using Node.js

8 lines (6 loc) 224 B
import { danger, warn } from "danger" // did you forget to update changelog? const hasChangelog = danger.git.modified_files.includes("CHANGELOG.md"); if (!hasChangelog) { warn("Did you forget to update CHANGELOG.md?"); }