generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.versionrc
27 lines (27 loc) · 958 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
24
25
26
27
{
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "section": "Chore" },
{ "type": "build", "section": "Build" },
{ "type": "docs", "section": "Docs" },
{ "type": "style", "section": "Style" },
{ "type": "refactor", "section": "Refactor" },
{ "type": "perf", "section": "Performance" },
{ "type": "test", "section": "Test" }
],
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}",
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}",
"noVerify": true,
"infile": "CHANGELOG.md",
"silent": false,
"tagPrefix": "",
"dryRun": false,
"bumpFiles": [
{
"filename": "composer.json",
"updater": "ctv-updater"
}
]
}