-
-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy path.versionrc.json
More file actions
14 lines (14 loc) · 633 Bytes
/
.versionrc.json
File metadata and controls
14 lines (14 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"types": [
{ "type": "feat", "section": "⚡️ Features" },
{ "type": "fix", "section": "🐞 Bug Fixes" },
{ "type": "test", "section": "🧪 Tests" },
{ "type": "refactor", "section": "🛠 Refacto" },
{ "type": "chore", "section": "🧹 Chores" },
{ "type": "docs", "hidden": true },
{ "type": "style", "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}}"
}