Skip to content

Commit

Permalink
fix(dependabot): minor release on build commit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Oct 17, 2018
1 parent 03408f7 commit 1447ddf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,25 @@
],
"devDependencies": {
"@semantic-release/changelog": "3.0.0",
"@semantic-release/commit-analyzer": "6.0.1",
"@semantic-release/exec": "3.1.3",
"@semantic-release/git": "7.0.4",
"@semantic-release/github": "5.0.5",
"conventional-changelog-angular": "5.0.1",
"semantic-release": "15.9.17",
"travis-deploy-once": "5.0.9"
},
"release": {
"debug": false,
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{
"type": "build",
"release": "minor"
}
]
},
"generateNotes": {
"preset": "angular"
},
Expand Down

0 comments on commit 1447ddf

Please sign in to comment.