-
Notifications
You must be signed in to change notification settings - Fork 0
/
.versionrc.json
20 lines (20 loc) · 1.08 KB
/
.versionrc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"commitUrlFormat": "https://github.com/DevAndDeliver/nest-logging-transport/commit/{{hash}}",
"compareUrlFormat": "https://github.com/DevAndDeliver/nest-logging-transport/compare/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "https://github.com/DevAndDeliver/nest-logging-transport/issues/{{id}}",
"userUrlFormat": "https://github.com/{{user}}",
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "feature", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "revert", "section": "Reverts" },
{ "type": "docs", "section": "Documentation" },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
{ "type": "refactor", "section": "Code Refactoring" },
{ "type": "test", "section": "Tests" },
{ "type": "build", "section": "Build Configuration" },
{ "type": "ci", "section": "Continuous Integration" }
]
}