Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
feat(grunt): add 'changelog' task
Browse files Browse the repository at this point in the history
Merge branch 'grunt-conventional-changelog' of https://github.com/PascalPrecht/ui-utils into PascalPrecht-grunt-conventional-changelog

Closes #145
  • Loading branch information
douglasduteil committed Dec 29, 2013
2 parents 3c20971 + 05bb324 commit b7fed5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gruntFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ module.exports = function (grunt) {
}
},

ngmin: moduleNames.reduce(ngMinModulesConfig, {})
ngmin: moduleNames.reduce(ngMinModulesConfig, {}),
changelog: { options: { dest: 'CHANGELOG.md' } }
});

};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-watch": "~0.4.3",
"grunt-conventional-changelog": "~1.0.0",
"grunt-karma": "~0.6.2",
"load-grunt-tasks": "~0.2.0",
"grunt-ngmin": "0.0.3"
Expand Down

0 comments on commit b7fed5a

Please sign in to comment.