|
27 | 27 | "preset": "conventionalcommits", |
28 | 28 | "presetConfig": { |
29 | 29 | "types": [ |
30 | | - {"type": "feat", "section": "✨ Features", "hidden": false}, |
31 | | - {"type": "fix", "section": "🐛 Bug Fixes", "hidden": false}, |
32 | | - {"type": "perf", "section": "⚡ Performance Improvements", "hidden": false}, |
33 | | - {"type": "revert", "section": "⏪ Reverts", "hidden": false}, |
34 | | - {"type": "docs", "section": "📚 Documentation", "hidden": false}, |
35 | | - {"type": "style", "section": "💎 Styles", "hidden": false}, |
36 | | - {"type": "chore", "section": "🔧 Miscellaneous Chores", "hidden": true}, |
37 | | - {"type": "refactor", "section": "♻️ Code Refactoring", "hidden": false}, |
38 | | - {"type": "test", "section": "✅ Tests", "hidden": false}, |
39 | | - {"type": "build", "section": "🏗️ Build System", "hidden": false}, |
40 | | - {"type": "ci", "section": "🔄 Continuous Integration", "hidden": false} |
| 30 | + {"type": "feat", "section": "Features", "hidden": false}, |
| 31 | + {"type": "fix", "section": "Bug Fixes", "hidden": false}, |
| 32 | + {"type": "perf", "section": "Performance Improvements", "hidden": false}, |
| 33 | + {"type": "revert", "section": "Reverts", "hidden": false}, |
| 34 | + {"type": "docs", "section": "Documentation", "hidden": false}, |
| 35 | + {"type": "style", "section": "Styles", "hidden": false}, |
| 36 | + {"type": "chore", "section": "Miscellaneous Chores", "hidden": true}, |
| 37 | + {"type": "refactor", "section": "Code Refactoring", "hidden": false}, |
| 38 | + {"type": "test", "section": "Tests", "hidden": false}, |
| 39 | + {"type": "build", "section": "Build System", "hidden": false}, |
| 40 | + {"type": "ci", "section": "Continuous Integration", "hidden": false} |
41 | 41 | ] |
42 | 42 | } |
43 | 43 | } |
|
0 commit comments