Skip to content

Commit

Permalink
chore(task): cleanup unused requires
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Estilles committed May 12, 2015
1 parent 2888af4 commit 8a41d4e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tasks/git_changelog_generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@
* https://github.com/rafinskipg/git-changelog
*/

var fs = require('fs');
var path = require('path');
var child = require('child_process');
var format = require('util').format;

var debug = require('debug')('changelog');
var _ = require('lodash');
var q = require('q');

//ALLOWED_COMMITS = '^fix|^feat|^docs|BREAKING',
//git-describe - Show the most recent tag that is reachable from a commit
Expand Down

0 comments on commit 8a41d4e

Please sign in to comment.