mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-10 02:10:38 +00:00
22 lines
311 B
YAML
22 lines
311 B
YAML
version: "1.0"
|
|
|
|
versioning:
|
|
update-major: []
|
|
update-minor:
|
|
- feat
|
|
update-patch:
|
|
- build
|
|
- ci
|
|
- chore
|
|
- fix
|
|
- perf
|
|
- refactor
|
|
- test
|
|
|
|
commit-message:
|
|
footer:
|
|
issue:
|
|
key: issue
|
|
issue:
|
|
regex: '#[0-9]+'
|