Skip to content

Commit 5b0dc99

Browse files
mhaririclaude
andcommitted
chore: treat chore commits as minor releases
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 73eb7f9 commit 5b0dc99

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.releaserc.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"branches": ["develop"],
33
"plugins": [
4-
"@semantic-release/commit-analyzer",
4+
["@semantic-release/commit-analyzer", {
5+
"releaseRules": [
6+
{ "type": "chore", "release": "minor" },
7+
{ "type": "feat", "release": "minor" },
8+
{ "type": "fix", "release": "patch" }
9+
]
10+
}],
511
"@semantic-release/release-notes-generator",
612
[
713
"@semantic-release/exec",

0 commit comments

Comments
 (0)