mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
49 lines
676 B
JSON
49 lines
676 B
JSON
{
|
|
"types": [
|
|
{
|
|
"type": "feat",
|
|
"section": "Features"
|
|
},
|
|
{
|
|
"type": "fix",
|
|
"section": "Bug Fixes"
|
|
},
|
|
{
|
|
"type": "refactor",
|
|
"section": "Refactor"
|
|
},
|
|
{
|
|
"type": "revert",
|
|
"section": "Refactor"
|
|
},
|
|
{
|
|
"type": "theme",
|
|
"section": "Themes"
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "ci",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "chore",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "docs",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "perf",
|
|
"hidden": true
|
|
},
|
|
{
|
|
"type": "test",
|
|
"hidden": true
|
|
}
|
|
]
|
|
}
|