mbpfan/.gitsv/config.yaml

52 lines
1.1 KiB
YAML
Raw Normal View History

log-level: ""
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'
filter: ""
release-notes:
sections:
- name: Features
section-type: commits
commit-types: [ feat ]
- name: Bug Fixes
section-type: commits
commit-types: [ fix ]
- name: Breaking Changes
section-type: breaking-changes
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
]
header-selector: ""
scope:
values: []
footer:
issue:
key: jira
key-synonyms: [ Jira, JIRA ]
use-hash: false
add-value-prefix: ""
issue:
regex: '[A-Z]+-[0-9]+'