-
Notifications
You must be signed in to change notification settings - Fork 1
/
.convco
68 lines (68 loc) · 1.36 KB
/
.convco
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
header: |
# Changelog
types:
- type: feat
increment: Minor
section: Features
hidden: false
- type: fix
increment: Patch
section: Fixes
hidden: false
- type: build
increment: None
section: Other
hidden: true
- type: chore
increment: None
section: Other
hidden: true
- type: ci
increment: None
section: Other
hidden: true
- type: docs
increment: None
section: Documentation
hidden: true
- type: style
increment: None
section: Other
hidden: true
- type: refactor
increment: None
section: Other
hidden: true
- type: perf
increment: None
section: Other
hidden: true
- type: test
increment: None
section: Other
hidden: true
preMajor: false
commitUrlFormat: '{{@root.host}}/{{@root.owner}}/{{@root.repository}}/commit/{{hash}}'
compareUrlFormat: '{{@root.host}}/{{@root.owner}}/{{@root.repository}}/compare/{{previousTag}}...{{currentTag}}'
issueUrlFormat: '{{@root.host}}/{{@root.owner}}/{{@root.repository}}/issues/{{issue}}'
userUrlFormat: '{{host}}/{{user}}'
releaseCommitMessageFormat: 'chore(release): {{currentTag}}'
issuePrefixes:
- '#'
host: null
owner: null
repository: null
template: null
commitTemplate: null
scopeRegex: ^[[:alnum:]]+(?:[-_/][[:alnum:]]+)*$
lineLength: 80
wrapDisabled: false
linkCompare: true
linkReferences: true
merges: false
firstParent: false
stripRegex: ''
description:
length:
min: 10
max: null