|
5 | 5 | [
|
6 | 6 | "@semantic-release/commit-analyzer",
|
7 | 7 | {
|
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" }], |
14 | 9 | "parserOpts": {
|
15 | 10 | "noteKeywords": [
|
16 | 11 | "BREAKING CHANGE",
|
|
35 | 30 | "commitsSort": ["subject", "scope"]
|
36 | 31 | },
|
37 | 32 | "presetConfig": {
|
| 33 | + "header": "Changelog", |
38 | 34 | "types": [
|
39 |
| - { "type": "feat", "section": "Features" }, |
40 |
| - { "type": "fix", "section": "Bug Fixes" }, |
| 35 | + { "type": "feat", "section": "🌟 Features" }, |
| 36 | + { "type": "fix", "section": "🐛 Bug Fixes" }, |
41 | 37 | { "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" }, |
46 | 42 | { "type": "test", "hidden": true }
|
47 | 43 | ]
|
48 | 44 | }
|
|
0 commit comments