Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit d6bfdb9

Browse files
committed
chore: widen scope restriction on releasing docs changes as patch versions
1 parent 472f60c commit d6bfdb9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.releaserc.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
{
66
"preset": "angular",
77
"releaseRules": [
8-
{"type": "docs", "scope": "README.md", "release": "patch"}
8+
{
9+
"type": "docs",
10+
"release": "patch"
11+
}
912
]
1013
}
1114
],
@@ -58,4 +61,4 @@
5861
}
5962
]
6063
]
61-
}
64+
}

0 commit comments

Comments
 (0)