-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.versionrc
56 lines (56 loc) · 1.15 KB
/
.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
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
# .versionrc
---
header: |
# Changelog
types:
- type: feat
section: Features
hidden: false
- type: fix
section: Fixes
hidden: false
- type: build
section: Other
hidden: true
- type: chore
section: Other
hidden: true
- type: ci
section: Other
hidden: true
- type: docs
section: Documentation
hidden: true
- type: style
section: Other
hidden: true
- type: refactor
section: Other
hidden: true
- type: perf
section: Other
hidden: true
- type: test
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: ''