Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 1b18fbc

Browse files
committed
Merge branch 'grunt-conventional-changelog-support' of https://github.com/PascalPrecht/angularFire into PascalPrecht-grunt-conventional-changelog-support
Conflicts: Gruntfile.js package.json
2 parents 411cff0 + 73d95d1 commit 1b18fbc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Gruntfile.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ module.exports = function(grunt) {
6262
}
6363
}
6464
},
65+
6566
karma: {
6667
unit: {
6768
configFile: 'tests/automatic_karma.conf.js'
@@ -71,6 +72,12 @@ module.exports = function(grunt) {
7172
singleRun: true,
7273
browsers: ['PhantomJS']
7374
}
75+
},
76+
77+
changelog: {
78+
options: {
79+
dest: 'CHANGELOG.md'
80+
}
7481
}
7582
});
7683

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"grunt-contrib-jshint": "~0.6.2",
1919
"grunt-karma": "~0.6.2",
2020
"grunt-exec": "~0.4.2",
21+
"grunt-conventional-changelog": "~1.0.0",
2122
"load-grunt-tasks": "~0.2.0",
2223
"karma-jasmine": "~0.1.3",
2324
"karma-script-launcher": "~0.1.0",

0 commit comments

Comments
 (0)