forked from scrapooo/quill-resize-module
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.versionrc.json
More file actions
16 lines (16 loc) · 783 Bytes
/
Copy path.versionrc.json
File metadata and controls
16 lines (16 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "build", "section": "Build Changes" },
{ "type": "chore", "section": "Minimal Updates" },
{ "type": "docs", "section": "Documentation Updates" },
{ "type": "style", "section": "Code Style Updates" },
{ "type": "refactor", "section": "Code Refactoring" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "test", "hidden": true }
],
"commitUrlFormat": "https://github.com/BOTOOM/quill-resize-module/commit/{{hash}}",
"compareUrlFormat": "https://github.com/BOTOOM/quill-resize-module/compare/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "https://github.com/BOTOOM/quill-resize-module/issues/{{id}}"
}