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

Commit 7890327

Browse files
chore: Remove grunt-conventional-changelog
1 parent e872679 commit 7890327

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

Gruntfile.js

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,5 @@
11
module.exports = function (grunt) {
22
grunt.loadNpmTasks('grunt-release')
3-
grunt.loadNpmTasks('grunt-conventional-changelog')
43

5-
grunt.initConfig({
6-
conventionalChangelog: {
7-
options: {
8-
changelogOpts: {
9-
// conventional-changelog options go here
10-
// preset: 'angular'
11-
},
12-
context: {
13-
// context goes here
14-
},
15-
gitRawCommitsOpts: {
16-
// git-raw-commits options go here
17-
},
18-
parserOpts: {
19-
// conventional-commits-parser options go here
20-
},
21-
writerOpts: {
22-
// conventional-changelog-writer options go here
23-
}
24-
25-
},
26-
release: {
27-
src: 'CHANGELOG.md'
28-
}
29-
}
30-
})
31-
32-
grunt.registerTask('changelog', ['conventionalChangelog'])
4+
grunt.initConfig({})
335
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
"coffee-script": "~1.9.2",
7878
"faker": "^3.0.0",
7979
"grunt": "^0.4.5",
80-
"grunt-conventional-changelog": "^4.0.0",
8180
"grunt-release": "^0.13.0",
8281
"mocha": "~2.2.4",
8382
"nock": "^2.2.0",

0 commit comments

Comments
 (0)