Skip to content

Commit

Permalink
feat(semantic-release): changed release rules to release docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeL99 committed Jan 7, 2019
1 parent fe6189d commit 222c3ec
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .releaserc.json
@@ -0,0 +1,16 @@
{
"plugins": [
["@semantic-release/commit-analyzer", {
"preset": "angular",
"releaseRules": [
{"type": "docs", "scope":"readme", "release": "patch"},
{"type": "refactor", "release": "patch"},
{"type": "style", "release": "patch"}
],
"parserOpts": {
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES"]
}
}],
"@semantic-release/release-notes-generator"
]
}
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -90,6 +90,8 @@
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@commitlint/config-conventional": "^7.1.2",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/release-notes-generator": "^7.1.4",
"@types/jest": "^23.3.2",
"@types/node": "^10.11.0",
"all-contributors-cli": "^5.4.1",
Expand Down

0 comments on commit 222c3ec

Please sign in to comment.