0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-09-20 00:02:46 +02:00
git-sv/.sv4git.yml

26 lines
377 B
YAML
Raw Normal View History

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