Skip to content

Commit 7a83b42

Browse files
committed
chore(release): we want chore releases to cause a patch release
1 parent ebec9c5 commit 7a83b42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.releaserc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
{ "type": "feat", "release": "minor" },
1313
{ "type": "fix", "release": "patch" },
1414
{ "type": "perf", "release": "patch" },
15-
{ "type": "refactor", "release": "patch" }
15+
{ "type": "refactor", "release": "patch" },
16+
{ "type": "chore", "release": "patch" }
1617
]
1718
}],
1819
["@semantic-release/release-notes-generator", {

0 commit comments

Comments
 (0)