Skip to content

Commit d370f99

Browse files
committed
chore(config): Add release trigger
1 parent bfda324 commit d370f99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release.config.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module.exports = {
55
"@semantic-release/commit-analyzer",
66
{
77
releaseRules: [
8-
{ type: "ci", release: "patch" }
8+
{ type: "ci", release: "patch" },
9+
{ type: "chore", release: "patch" }
910
]
1011
}
1112
],

0 commit comments

Comments
 (0)