Skip to content

Commit bc73083

Browse files
committed
ci(release): Made patch releases trigger on xml doc changes
1 parent c610903 commit bc73083

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.releaserc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"plugins": [
3-
"@semantic-release/commit-analyzer",
3+
["@semantic-release/commit-analyzer", {
4+
"releaseRules": [
5+
{"type": "docs", "scope": "xml", "release": "patch"}
6+
]
7+
}],
48
"@semantic-release/release-notes-generator",
59
["@semantic-release/github", {
610
"assets": [

0 commit comments

Comments
 (0)