Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit a8cd896

Browse files
committed
Merge branch 'grunt-conventional-changelog' of https://github.com/PascalPrecht/ui-codemirror into PascalPrecht-grunt-conventional-changelog
Conflicts: gruntFile.js package.json
2 parents a8a9e25 + 7d7a5f9 commit a8cd896

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

gruntFile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ module.exports = function (grunt) {
119119
return {src: [f], dest: '<%= dist %>/' + f, filter: 'isFile'};
120120
}))
121121
}
122+
},
123+
changelog: {
124+
options: {
125+
dest: 'CHANGELOG.md'
126+
}
122127
}
123128
});
124129

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"grunt-contrib-watch": "~0.5.3",
1616
"grunt-contrib-copy": "~0.4.1",
1717
"grunt-contrib-connect": "~0.5.0",
18-
"load-grunt-tasks": "~0.2.0"
18+
"load-grunt-tasks": "~0.2.0",
19+
"grunt-conventional-changelog": "~1.0.0"
1920
},
2021
"scripts": {},
2122
"repository": {

0 commit comments

Comments
 (0)