Skip to content

Commit

Permalink
fix(semantic-release): use default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Antontelesh committed Mar 3, 2019
1 parent 836e410 commit 46602de
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 662 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@
"singleQuote": true
},
"release": {
"verifyConditions": "condition-circle",
"analyzeCommits": "simple-commit-message",
"generateNotes": "github-post-release"
"branch": "master"
},
"dependencies": {
"fs-extra": "^7.0.1",
Expand All @@ -44,16 +42,13 @@
},
"devDependencies": {
"codecov": "^3.1.0",
"condition-circle": "^2.0.2",
"eslint": "^5.10.0",
"eslint-config-prettier": "^3.3.0",
"github-post-release": "^1.13.1",
"husky": "^1.2.1",
"is-ci": "^2.0.0",
"jest": "^23.6.0",
"lint-staged": "^8.1.0",
"prettier": "^1.15.3",
"semantic-release": "^15.13.3",
"simple-commit-message": "^4.0.3"
"semantic-release": "^15.13.3"
}
}
Loading

0 comments on commit 46602de

Please sign in to comment.