Skip to content

Commit

Permalink
fix: 完善ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TabSpace committed Feb 19, 2019
1 parent 46c795a commit d717083
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ jobs:
- stage: test
script: npm run test
- stage: release
node_js: lts/*
script: npm run semantic-release
16 changes: 0 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,6 @@
"git add"
]
},
"release": {
"plugins": [
[
"@semantic-release/git",
{
"assets": [
"dist/**/*.{js,css}",
"docs",
"*.md",
"package.json"
],
"message": "chore(release): Update version to ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down

0 comments on commit d717083

Please sign in to comment.