docs(main): Added changelog sections

This commit is contained in:
Jim Martens 2023-11-19 12:02:42 +01:00
parent 4cc9258e26
commit e9a203f7df
1 changed files with 32 additions and 0 deletions

View File

@ -2,6 +2,38 @@
"release-type": "node",
"bump-minor-pre-major": "true",
"bump-patch-for-minor-pre-major": "true",
"changelog-sections": [
{
"type": "feat",
"section": "Added",
"hidden": false
},
{
"type": "change",
"section": "Changed",
"hidden": false
},
{
"type": "deprecate",
"section": "Deprecated",
"hidden": false
},
{
"type": "fix",
"section": "Fixed",
"hidden": false
},
{
"type": "remove",
"section": "Removed",
"hidden": false
},
{
"type": "security",
"section": "Security",
"hidden": false
}
],
"packages": {
".": {}
}