Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 906c549

Browse files
committed
chore(semantic-release): update config
1 parent fe93969 commit 906c549

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.releaserc.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
[
66
"@semantic-release/commit-analyzer",
77
{
8-
"preset": "conventionalcommits",
9-
"releaseRules": [
10-
{ "type": "docs", "scope": "README", "release": "patch" },
11-
{ "type": "refactor", "release": "patch" },
12-
{ "type": "style", "release": "patch" }
13-
],
8+
"releaseRules": [{ "type": "refactor", "release": "patch" }],
149
"parserOpts": {
1510
"noteKeywords": [
1611
"BREAKING CHANGE",
@@ -35,14 +30,15 @@
3530
"commitsSort": ["subject", "scope"]
3631
},
3732
"presetConfig": {
33+
"header": "Changelog",
3834
"types": [
39-
{ "type": "feat", "section": "Features" },
40-
{ "type": "fix", "section": "Bug Fixes" },
35+
{ "type": "feat", "section": "🌟 Features" },
36+
{ "type": "fix", "section": "🐛 Bug Fixes" },
4137
{ "type": "chore", "hidden": true },
42-
{ "type": "docs", "section": "Documentation" },
43-
{ "type": "style", "section": "Style" },
44-
{ "type": "refactor", "section": "Refactor" },
45-
{ "type": "perf", "section": "Performance" },
38+
{ "type": "docs", "section": "📖 Documentation" },
39+
{ "type": "style", "hidden": true },
40+
{ "type": "refactor", "section": "Refactor" },
41+
{ "type": "perf", "section": "🚀 Performance" },
4642
{ "type": "test", "hidden": true }
4743
]
4844
}

0 commit comments

Comments
 (0)