Skip to content

Commit

Permalink
workflow: ckip ci for changelog commit [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 13, 2018
1 parent 3f9b359 commit 44c860d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,15 @@
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"conventional-changelog": "^1.1.24",
"debug": "^3.1.0",
"eslint": "^4.16.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-vue-libs": "^2.1.0",
"execa": "^0.10.0",
"globby": "^8.0.1",
"http-server": "^0.11.1",
"inquirer": "^6.0.0",
"jest": "^23.1.0",
"lerna": "^2.8.0",
"lint-staged": "^6.0.1",
Expand All @@ -61,6 +64,7 @@
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"rimraf": "^2.6.2",
"semver": "^5.5.0",
"vuepress": "^0.10.1",
"vuepress-theme-vue": "^1.0.3",
"yorkie": "^1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const release = async () => {
}
}).pipe(fileStream).on('close', async () => {
await execa('git', ['add', '-A'], { stdio: 'inherit' })
await execa('git', ['commit', '-m', `chore: ${version} changelog`], { stdio: 'inherit' })
await execa('git', ['commit', '-m', `chore: ${version} changelog [ci skip]`], { stdio: 'inherit' })
})
}

Expand Down

0 comments on commit 44c860d

Please sign in to comment.