Files
dao-os-docs/.versionrc

61 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2025-06-11 14:36:38 +08:00
{
"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"
}
]
}