13 lines
466 B
JSON
13 lines
466 B
JSON
{
|
|
"release-type": "python",
|
|
"package-name": "resrm",
|
|
"include-v-in-tag": true,
|
|
"changelog-sections": [
|
|
{ "type": "feat", "section": "Added", "hidden": false },
|
|
{ "type": "fix", "section": "Fixed", "hidden": false },
|
|
{ "type": "refactor", "section": "Changed", "hidden": false },
|
|
{ "type": "perf", "section": "Changed", "hidden": false },
|
|
{ "type": "docs", "section": "Documentation", "hidden": false }
|
|
]
|
|
}
|