Permalink
|
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?"); |
|
} |
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.