1
0
mirror of synced 2025-11-06 04:30:40 +08:00
Files
Mergely/.versionrc
2021-11-21 12:22:50 +00:00

47 lines
612 B
Plaintext

{
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "General",
"hidden": false
},
{
"type": "style",
"section": "General",
"hidden": false
},
{
"type": "refactor",
"section": "General",
"hidden": false
},
{
"type": "perf",
"section": "General",
"hidden": false
},
{
"type": "test",
"section": "General",
"hidden": false
},
{
"type": "docs",
"section": "Documentation",
"hidden": false
},
{
"type": "ci",
"hidden": true
}
]
}