Skip to content

Commit 58591f3

Browse files
committed
chore: 📦 update release command
1 parent 629b740 commit 58591f3

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.releaserc.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
{
22
"branches": ["master"],
33
"plugins": [
4-
"@semantic-release/commit-analyzer",
4+
[
5+
"@semantic-release/commit-analyzer",
6+
{
7+
"releaseRules": [
8+
{ "type": "feat", "release": "minor" },
9+
{ "type": "fix", "release": "patch" },
10+
{ "type": "perf", "release": "patch" },
11+
{ "type": "chore", "release": "patch" },
12+
{ "breaking": true, "release": "major" }
13+
]
14+
}
15+
],
516
"@semantic-release/release-notes-generator",
617
[
718
"@semantic-release/changelog",

0 commit comments

Comments
 (0)