1
0
Fork 0
git-sv/.sv4git.yml

26 lines
377 B
YAML
Raw Normal View History

2021-02-15 01:50:28 -03:00
version: "1.0"
versioning:
update-major: []
update-minor:
- feat
update-patch:
- build
- ci
- chore
- fix
- perf
- refactor
- test
2021-07-28 23:09:15 -03:00
tag:
pattern: 'v%d.%d.%d'
2021-02-15 01:50:28 -03:00
commit-message:
footer:
issue:
key: issue
add-value-prefix: '#'
2021-02-15 01:50:28 -03:00
issue:
regex: '#?[0-9]+'