Skip to content

Commit af5f2c0

Browse files
committed
fix: fix broken commit analyzer
1 parent df4f65b commit af5f2c0

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

package-lock.json

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@
1919
"main"
2020
],
2121
"plugins": [
22-
"@semantic-release/commit-analyzer",
22+
[
23+
"@semantic-release/commit-analyzer",
24+
{
25+
"releaseRules": [
26+
{"type": "fix", "release": "patch"}
27+
]
28+
}
29+
],
2330
"@semantic-release/release-notes-generator",
2431
"@semantic-release/changelog",
2532
"@semantic-release/git",

0 commit comments

Comments
 (0)