Skip to content

Commit

Permalink
fix(grunt): Add changelog taks config
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed Nov 11, 2013
1 parent 1dd92ad commit fce4af1
Show file tree
Hide file tree
Showing 4 changed files with 3,574 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,16 @@ module.exports = function(grunt) {
commitFiles: ['-a'],
pushTo: 'origin'
}
}
},

/**
* Auto generate Changelog based on git metadata
*/
changelog: {
options: {
github: 'oswaldoacauan/ghostium'
}
},
});

/**
Expand Down
Loading

0 comments on commit fce4af1

Please sign in to comment.