All checks were successful
Build and Deploy mdBook / build-and-deploy (push) Successful in 12s
61 lines
1.0 KiB
Plaintext
61 lines
1.0 KiB
Plaintext
{
|
|
"header": "# CHANGELOG",
|
|
"preMajor": true,
|
|
"types": [
|
|
{
|
|
"type": "feat",
|
|
"section": "✨ Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "🐛 Bug Fixes"
|
|
},
|
|
{
|
|
"type": "init",
|
|
"section": "🎉 Init"
|
|
},
|
|
{
|
|
"type": "docs",
|
|
"section": "✏️ Documentation"
|
|
},
|
|
{
|
|
"type": "style",
|
|
"section": "💄 Styles"
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"section": "♻️ Code Refactoring"
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"section": "⚡ Performance Improvements"
|
|
},
|
|
{
|
|
"type": "test",
|
|
"section": "✅ Tests"
|
|
},
|
|
{
|
|
"type": "revert",
|
|
"section": "⏪ Revert"
|
|
},
|
|
{
|
|
"type": "build",
|
|
"section": "📦 Build System"
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"section": "🚀 Chore"
|
|
},
|
|
{
|
|
"type": "ci",
|
|
"section": "👷 Continuous Integration | CI"
|
|
}
|
|
],
|
|
"bumpFiles": [
|
|
{
|
|
"filename": "VERSION_TRACKER",
|
|
"type": "plain-text"
|
|
}
|
|
]
|
|
}
|