forked from eclipse-kuksa/kuksa-android-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.versionrc
23 lines (23 loc) · 839 Bytes
/
.versionrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"bumpFiles": [
{
"filename": "version",
"type": "plain-text"
}
],
"types": [
{"type": "feature", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "docs", "section": "Documentation"},
{"type": "perf", "section": "Performance"},
{"type": "refactor", "section": "Refactoring"},
{"type": "revert", "section": "Reverts"},
{"type": "test", "hidden": true},
{"type": "chore", "hidden": true},
{"type": "style", "hidden": true}
],
"preMajor": true,
"commitUrlFormat": "https://github.com/eclipse-kuksa/kuksa-android-sdk/commit/{{hash}}",
"compareUrlFormat": "https://github.com/eclipse-kuksa/kuksa-android-sdk/compare/release/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "https://github.com/eclipse-kuksa/kuksa-android-sdk/issues/{{id}}"
}