Changelog
0.11.0 - 0.11.2
Changelog
0.10.0
The workflow is that you find a PR that exhibits the behavior you'd like Danger to run against, then edit the local
Dangerfile.js
and run yarn run danger pr https://github.com/facebook/jest/pull/2629
.
This will post the results to your console, instead of on the PR itself.
jest-environment-node
to the Package.json - [@orta]Changelog
0.9.0
Adds support for git.commits
and github.commits
- [@orta]
Why two? Well github.commits contains a bunch of github specific metadata ( e.g. GitHub user creds, commit comment
counts. ) Chances are, you're always going to use git.commits
however if you want more rich data, the GitHub one is
available too. Here's an example:
const merges = git.commits.filter(commit => commit.message.include("Merge Master"))
if (merges.length) {
fail("Please rebase your PR")
}
-d
commandline arg - kwonojDEBUG=danger:*
environment variable - kwonojChangelog
0.8.0
danger run -ci
to specify external CI provider - kwonoj--verbose
to danger
, which for now will echo out all the URLs Danger has requested - [@orta]Changelog
0.7.3-4-5
Changelog
0.7.2