Skip to content

Commit 020545f

Browse files
committed
chore: add changelog script
1 parent c2d1861 commit 020545f

File tree

2 files changed

+542
-13
lines changed

2 files changed

+542
-13
lines changed

Diff for: package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"url": "[email protected]:vuejs/vue-style-loader.git"
99
},
1010
"scripts": {
11-
"test": "jest"
11+
"test": "jest",
12+
"prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
1213
},
1314
"license": "MIT",
1415
"dependencies": {
@@ -19,6 +20,7 @@
1920
"babel-core": "^6.26.0",
2021
"babel-jest": "^22.1.0",
2122
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
23+
"conventional-changelog-cli": "^2.0.1",
2224
"jest": "^22.1.4"
2325
}
2426
}

0 commit comments

Comments
 (0)