Skip to content

Commit

Permalink
docs(README): Add semantic release rule to create release on docs cha…
Browse files Browse the repository at this point in the history
…nge (#49)
  • Loading branch information
lookasc authored Nov 20, 2023
1 parent b40ca2c commit d3d82ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = {
"plugins": [
["@semantic-release/commit-analyzer", {
"releaseRules": [
{"type": "chore", "scope": "deps", "release": "patch"}
{ "type": "chore", "scope": "deps", "release": "patch" },
{ "type": "docs", "scope": "README", "release": "patch" },
]
}],
"@semantic-release/release-notes-generator",
Expand Down

0 comments on commit d3d82ef

Please sign in to comment.