Skip to content

Commit 77b4165

Browse files
committed
chore: change release config to release docs changes
Signed-off-by: Jakub Freisler <[email protected]>
1 parent cf411a8 commit 77b4165

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ module.exports = {
33
"plugins": [
44
["@semantic-release/commit-analyzer", {
55
"releaseRules": [
6-
{"type": "chore", "scope": "deps", "release": "patch"}
6+
{"type": "chore", "scope": "deps", "release": "patch"},
7+
{"type": "docs", "release": "patch"}
78
]
89
}],
910
"@semantic-release/release-notes-generator",

0 commit comments

Comments
 (0)