-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.versionrc.js
38 lines (38 loc) · 1 KB
/
.versionrc.js
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
28
29
30
31
32
33
34
35
36
37
38
// standard-version 对 gitlab支持存在问题,详情如下:
// https://github.com/conventional-changelog/standard-version/issues/384
module.exports = {
"types":[
{
"type":"enh",
"section":"Enhancements"
},
{
"type":"feat",
"section":"Features"
},
{
"type":"fix",
"section":"Bug Fixes"
},
{
"type":"test",
"section":"Tests"
},
{
"type":"build",
"section":"Build System"
},
{
"type":"ci",
"hidden":true
},
{
"type":"git",
"hidden":true
}
],
"commitUrlFormat": "https://code.lenovows.com/lenovocloud/css/box-develop/develop/fe/atom/portal/commit/{{hash}}",
"compareUrlFormat": "https://code.lenovows.com/lenovocloud/css/box-develop/develop/fe/atom/portal/compare/{{previousTag}}...{{currentTag}}",
"issueUrlFormat": "https://code.lenovows.com/lenovocloud/css/box-develop/develop/fe/atom/portal/issues/{{id}}",
"userUrlFormat": "https://code.lenovows.com/gitlab/{{user}}"
}