Skip to content

Commit

Permalink
build(semantic-release): Add release for documentation update commits
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroHerr committed Dec 30, 2018
1 parent aad3bec commit 507786f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"@semantic-release/commit-analyzer",
{
"preset": "angular",
"releaseRules": [{ "type": "docs", "scope": "README", "release": "patch" }]
"releaseRules": [
{ "type": "docs", "scope": "README", "release": "patch" },
{ "type": "docs", "scope": "documentation", "release": "patch" }
]
}
],
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit 507786f

Please sign in to comment.