Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 9c981f7

Browse files
authored
fix: fix build not creating new release
1 parent ada1ac1 commit 9c981f7

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.releaserc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
}
88
],
99
"plugins": [
10-
"@semantic-release/commit-analyzer",
10+
["@semantic-release/commit-analyzer", {
11+
"releaseRules": [
12+
{"type": "build", "release": "patch"}
13+
]
14+
}],
1115
"@semantic-release/release-notes-generator",
1216
"@semantic-release/changelog",
1317
"gradle-semantic-release-plugin",
@@ -31,4 +35,4 @@
3135
}
3236
]
3337
]
34-
}
38+
}

0 commit comments

Comments
 (0)