mirror of
https://github.com/remvze/moodist.git
synced 2025-12-16 16:34:14 +00:00
42 lines
735 B
JSON
42 lines
735 B
JSON
{
|
|
"types": [
|
|
{
|
|
"type": "feat",
|
|
"section": "✨ Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "🐛 Bug Fixes"
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"hidden": false,
|
|
"section": "🚚 Chores"
|
|
},
|
|
{
|
|
"type": "docs",
|
|
"hidden": false,
|
|
"section": "📝 Documentation"
|
|
},
|
|
{
|
|
"type": "style",
|
|
"hidden": false,
|
|
"section": "💄 Styling"
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"hidden": false,
|
|
"section": "♻️ Code Refactoring"
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"hidden": false,
|
|
"section": "⚡️ Performance Improvements"
|
|
},
|
|
{
|
|
"type": "test",
|
|
"hidden": false,
|
|
"section": "✅ Testing"
|
|
}
|
|
]
|
|
}
|