.versionrc.json•1.2 kB
{
"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",
"section": "Tests"
}
],
"commitUrlFormat": "https://github.com/movibe/memory-bank-server/commit/{{hash}}",
"compareUrlFormat": "https://github.com/movibe/memory-bank-server/compare/{{previousTag}}...{{currentTag}}",
"releaseCommitMessageFormat": "chore(release): {{currentTag}} [skip ci]",
"bumpFiles": [
{
"filename": "package.json",
"type": "json"
}
],
"header": "# Changelog\n\nAll notable changes to this project will be documented in this file.\n"
}