mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-21 22:10:39 +00:00
chore: add misc section on release notes
This commit is contained in:
parent
e3db811b4b
commit
f66de49032
20
.sv4git.yml
20
.sv4git.yml
@ -14,12 +14,26 @@ versioning:
|
||||
- test
|
||||
|
||||
tag:
|
||||
pattern: 'v%d.%d.%d'
|
||||
pattern: "v%d.%d.%d"
|
||||
|
||||
release-notes:
|
||||
sections:
|
||||
- name: Features
|
||||
section-type: commits
|
||||
commit-types: [feat]
|
||||
- name: Bug Fixes
|
||||
section-type: commits
|
||||
commit-types: [fix]
|
||||
- name: Misc
|
||||
section-type: commits
|
||||
commit-types: [build]
|
||||
- name: Breaking Changes
|
||||
section-type: breaking-changes
|
||||
|
||||
commit-message:
|
||||
footer:
|
||||
issue:
|
||||
key: issue
|
||||
add-value-prefix: '#'
|
||||
add-value-prefix: "#"
|
||||
issue:
|
||||
regex: '#?[0-9]+'
|
||||
regex: "#?[0-9]+"
|
||||
|
Loading…
Reference in New Issue
Block a user