-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sv4git.yml
44 lines (44 loc) · 949 Bytes
/
.sv4git.yml
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
version: "1.0"
versioning:
update-major: []
update-minor: [feat]
update-patch: [build, ci, chore, docs, fix, perf, refactor, style, test]
ignore-unknown: false
tag:
pattern: 'v%d.%d.%d.%d'
release-notes:
headers:
breaking-change: Breaking Changes
feat: Features
fix: Bug Fixes
refactor: Refactored
docs: Documentation Updated
branches:
prefix: ([a-z]+\/)?
suffix: (-.*)?
disable-issue: false
skip: [master, main, developer]
skip-detached: false
commit-message:
types:
- build
- ci
- chore
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test
scope:
values: []
footer:
issue:
key: jira
key-synonyms: [Jira, JIRA]
use-hash: false
add-value-prefix: ""
issue:
regex: '[A-Z]+-[0-9]+'