Files
resrm/release-please-config.json

12 lines
436 B
JSON

{
"release-type": "python",
"package-name": "resrm",
"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 }
]
}