.versionrc.json•620 B
{
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "section": "Documentation" },
{ "type": "style", "hidden": true },
{ "type": "refactor", "section": "Code Refactoring" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "test", "hidden": true }
],
"commitUrlFormat": "https://github.com/carlosazaustre/advocu-mcp-server/commit/{{hash}}",
"compareUrlFormat": "https://github.com/carlosazaustre/advocu-mcp-server/compare/{{previousTag}}...{{currentTag}}"
}