-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.versionrc.json
More file actions
23 lines (23 loc) · 867 Bytes
/
.versionrc.json
File metadata and controls
23 lines (23 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"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/jmanhype/tokenforge/commit/{{hash}}",
"compareUrlFormat": "https://github.com/jmanhype/tokenforge/compare/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "https://github.com/jmanhype/tokenforge/issues/{{id}}",
"userUrlFormat": "https://github.com/{{user}}",
"releaseCommitMessageFormat": "chore(release): {{currentTag}}",
"skip": {
"bump": false,
"changelog": false,
"commit": false,
"tag": false
}
}