Skip to content

Commit 44c860d

Browse files
committed
workflow: ckip ci for changelog commit [ci skip]
1 parent 3f9b359 commit 44c860d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,15 @@
4747
},
4848
"devDependencies": {
4949
"babel-core": "7.0.0-bridge.0",
50+
"conventional-changelog": "^1.1.24",
5051
"debug": "^3.1.0",
5152
"eslint": "^4.16.0",
5253
"eslint-plugin-node": "^6.0.1",
5354
"eslint-plugin-vue-libs": "^2.1.0",
55+
"execa": "^0.10.0",
5456
"globby": "^8.0.1",
5557
"http-server": "^0.11.1",
58+
"inquirer": "^6.0.0",
5659
"jest": "^23.1.0",
5760
"lerna": "^2.8.0",
5861
"lint-staged": "^6.0.1",
@@ -61,6 +64,7 @@
6164
"request": "^2.83.0",
6265
"request-promise-native": "^1.0.5",
6366
"rimraf": "^2.6.2",
67+
"semver": "^5.5.0",
6468
"vuepress": "^0.10.1",
6569
"vuepress-theme-vue": "^1.0.3",
6670
"yorkie": "^1.0.2"

scripts/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const release = async () => {
7171
}
7272
}).pipe(fileStream).on('close', async () => {
7373
await execa('git', ['add', '-A'], { stdio: 'inherit' })
74-
await execa('git', ['commit', '-m', `chore: ${version} changelog`], { stdio: 'inherit' })
74+
await execa('git', ['commit', '-m', `chore: ${version} changelog [ci skip]`], { stdio: 'inherit' })
7575
})
7676
}
7777

0 commit comments

Comments
 (0)