Releases: zordius/gulp-github
Releases · zordius/gulp-github
v0.3.5 update dependency and minor changes
v0.3.4 bug fix for .failMergedPR()
- now failMergedPR() can fail the task. Add document for failMergedPR()
v0.3.3 bug fix for eslint
- fix 'no comments to github for eslint issues' bug
v0.3.2 bug fix for eslint
- fix failThisTask() not work for eslint issues
v0.3.1 bug fix for eslint
- fix failThisTask() not work for eslint issues
v0.3.0 Support eslint
- add callback for .commentToPR()
- add callback for .createStatusToCommit()
- add callback for .failMergedPR()
- support eslint
v0.2.3 Update dependency
- update package.json
- fix .jscsrc
v0.2.2 Two new API for git merge rejection
- add .failMergedPR()
- add .isMerge()
v0.2.1 new fail reporter to fail a gulp task when jscs/jshint issues found
- A failThisTask() reporter to fail a gulp task when jscs/jshint issues found
- Fix for TRAVIS_PULL_REQUEST='false' issue
v0.2.0 Update git status
- Rename github.commentToGithub() to github.commentToPR()
- new options: opt.git_sha, opt.jshint_status, opt.jscs_status
- Now update github commit status when jscs/jshint failed