|
11 | 11 | {"type": "chore", "release": "patch"}, |
12 | 12 | {"type": "chore", "scope": "ai", "release": false}, |
13 | 13 | {"type": "chore", "scope": "deps", "release": false}, |
| 14 | + {"type": "chore", "scope": "ide", "release": false}, |
14 | 15 | {"type": "chore", "scope": "project", "release": false}, |
15 | 16 | {"type": "refactor", "release": "patch"}, |
16 | 17 | {"type": "ci", "release": "patch"}, |
|
33 | 34 | {"type": "fix", "section": "🐛 Bug Fixes", "hidden": false}, |
34 | 35 | {"type": "chore", "scope": "ai", "hidden": true}, |
35 | 36 | {"type": "chore", "scope": "deps", "section": "📦 Dependencies", "hidden": false}, |
| 37 | + {"type": "chore", "scope": "ide", "section": "📦 Dependencies", "hidden": false}, |
36 | 38 | {"type": "chore", "scope": "project", "section": "📦 Dependencies", "hidden": false}, |
37 | 39 | {"type": "chore", "section": "🛠️ Maintenance", "hidden": false}, |
38 | 40 | {"type": "refactor", "section": "🛠️ Maintenance", "hidden": false}, |
|
0 commit comments