Files
dao-os-docs/.versionrc
李东云 6f4a1ef3eb
All checks were successful
Build and Deploy mdBook / build-and-deploy (push) Successful in 12s
chore(release): 0.1.0
2025-06-11 14:36:38 +08:00

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"
}
]
}