chore: add git-sv config
All checks were successful
Release / build-image (push) Successful in 2m37s

This commit is contained in:
Tommy 2024-11-10 12:37:47 +01:00
parent 0c7a026111
commit 8c5e1ece67
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

39
.forgejo/git-sv.yaml Normal file
View file

@ -0,0 +1,39 @@
log-level: ""
versioning:
update-major: []
update-minor: [feat]
update-patch: [build, ci, chore, docs, fix, perf, refactor, style, test]
ignore-unknown: false
tag:
pattern: '%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]+'