mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-10 02:10:38 +00:00
19bf65fbb3
issue: #40
26 lines
377 B
YAML
26 lines
377 B
YAML
version: "1.1"
|
|
|
|
versioning:
|
|
update-major: []
|
|
update-minor:
|
|
- feat
|
|
update-patch:
|
|
- build
|
|
- ci
|
|
- chore
|
|
- fix
|
|
- perf
|
|
- refactor
|
|
- test
|
|
|
|
tag:
|
|
pattern: 'v%d.%d.%d'
|
|
|
|
commit-message:
|
|
footer:
|
|
issue:
|
|
key: issue
|
|
add-value-prefix: '#'
|
|
issue:
|
|
regex: '#?[0-9]+'
|