Skip to content

Commit aa7c65b

Browse files
author
Guillaume Chau
committed
chore: new changelog [ci skip]
1 parent 0b66a75 commit aa7c65b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
]
4848
},
4949
"devDependencies": {
50+
"@vue/conventional-changelog": "^0.1.0",
5051
"babel-core": "7.0.0-bridge.0",
5152
"conventional-changelog": "^1.1.24",
5253
"debug": "^3.1.0",

scripts/genChangelog.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
const execa = require('execa')
22
const cc = require('conventional-changelog')
3+
const config = require('@vue/conventional-changelog')
34

45
const gen = module.exports = version => {
56
const fileStream = require('fs').createWriteStream(`CHANGELOG.md`)
67

78
cc({
8-
preset: 'angular',
9+
config,
910
releaseCount: 0,
1011
pkg: {
1112
transform (pkg) {

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,14 @@
10411041
source-map "^0.5.6"
10421042
vue-template-es2015-compiler "^1.6.0"
10431043

1044+
"@vue/conventional-changelog@^0.1.0":
1045+
version "0.1.0"
1046+
resolved "https://registry.yarnpkg.com/@vue/conventional-changelog/-/conventional-changelog-0.1.0.tgz#f3f7e19e4f8b32b1b589f6f3b1b720256a333d88"
1047+
dependencies:
1048+
compare-func "^1.3.2"
1049+
execa "^0.10.0"
1050+
q "^1.5.1"
1051+
10441052
"@vue/preload-webpack-plugin@^1.0.0":
10451053
version "1.0.0"
10461054
resolved "https://registry.yarnpkg.com/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.0.0.tgz#08f156532909824da2aad258e151742d1e8f822e"
@@ -2994,7 +3002,7 @@ commondir@^1.0.1:
29943002
version "1.0.1"
29953003
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
29963004

2997-
compare-func@^1.3.1:
3005+
compare-func@^1.3.1, compare-func@^1.3.2:
29983006
version "1.3.2"
29993007
resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-1.3.2.tgz#99dd0ba457e1f9bc722b12c08ec33eeab31fa648"
30003008
dependencies:

0 commit comments

Comments
 (0)