Skip to content

Commit b9bc3f1

Browse files
committed
chore!: Update dependencies.
BREAKING CHANGE: Remove support for `improvement` prefix (as per commitizen/conventional-commit-types#16).
1 parent 557b368 commit b9bc3f1

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.releaserc.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
11
{
22
"preset": "conventionalcommits",
33
"plugins": [
4-
["@semantic-release/commit-analyzer", {
5-
"releaseRules": [
6-
{"type": "feat", "release": "minor"},
7-
{"type": "improvement", "release": "minor"},
8-
9-
{"type": "fix", "release": "patch"},
10-
{"type": "docs", "release": "patch"},
11-
{"type": "style", "release": "patch"},
12-
{"type": "refactor", "release": "patch"},
13-
{"type": "perf", "release": "patch"},
14-
{"type": "test", "release": "patch"},
15-
{"type": "build", "release": "patch"},
16-
{"type": "ci", "release": "patch"},
17-
{"type": "chore", "release": "patch"},
18-
{"type": "revert", "release": "patch"}
19-
]
20-
}],
4+
"@semantic-release/commit-analyzer",
215
"@semantic-release/release-notes-generator",
226
["@semantic-release/changelog", {"changelogTitle": "# Changelog"}],
237
["@semantic-release/github", {

0 commit comments

Comments
 (0)