docs(.versionrc.json): Update changelog generation config

This commit is contained in:
Baptiste Studer 2022-10-27 19:46:36 +02:00
parent 80d134b591
commit da1888f1bc

View File

@ -2,12 +2,12 @@
"types": [
{ "type": "feat", "section": "⚡️ Features" },
{ "type": "fix", "section": "🐞 Bug Fixes" },
{ "type": "chore", "hidden": true },
{ "type": "test", "section": "🧪 Tests" },
{ "type": "refacto", "section": "🛠 Refacto" },
{ "type": "chore", "section": "🧹 Chores" },
{ "type": "docs", "hidden": true },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "hidden": true },
{ "type": "test", "hidden": true }
{ "type": "perf", "hidden": true }
],
"commitUrlFormat": "https://github.com/Baboo7/strapi-plugin-import-export-entries/commits/{{hash}}",
"compareUrlFormat": "https://github.com/Baboo7/strapi-plugin-import-export-entries/compare/{{previousTag}}...{{currentTag}}"