mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
docs: add changelog config
This commit is contained in:
parent
b85b4b8762
commit
b284f1e1d2
15
changelogithub.config.json
Normal file
15
changelogithub.config.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"types": {
|
||||
"feat": { "title": "🚀 Features" },
|
||||
"fix": { "title": "🔧 Bug Fixes" },
|
||||
"docs": { "title": "📚 Documentation" },
|
||||
"style": { "title": "💄 Styles" },
|
||||
"refactor": { "title": "🔨 Refactor" },
|
||||
"perf": { "title": "🏎 Performance" },
|
||||
"test": { "title": "🚨 Tests" },
|
||||
"build": { "title": "🛠 Build" },
|
||||
"ci": { "title": "👷 CI" },
|
||||
"chore": { "title": "🛗 Chore" },
|
||||
"revert": { "title": "⏪ Revert" }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user