2022-03-01 02:37:26 +00:00
|
|
|
version: "1.1"
|
2021-02-15 04:50:28 +00:00
|
|
|
|
|
|
|
versioning:
|
|
|
|
update-major: []
|
2022-07-22 19:31:10 +00:00
|
|
|
update-minor: [feat]
|
|
|
|
update-patch: [build, ci, chore, fix, perf, refactor, test]
|
2021-02-15 04:50:28 +00:00
|
|
|
|
2021-07-29 02:09:15 +00:00
|
|
|
tag:
|
2022-07-22 19:18:24 +00:00
|
|
|
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
|
2021-07-29 02:09:15 +00:00
|
|
|
|
2021-02-15 04:50:28 +00:00
|
|
|
commit-message:
|
|
|
|
footer:
|
|
|
|
issue:
|
|
|
|
key: issue
|
2022-07-22 19:18:24 +00:00
|
|
|
add-value-prefix: "#"
|
2021-02-15 04:50:28 +00:00
|
|
|
issue:
|
2022-07-22 19:18:24 +00:00
|
|
|
regex: "#?[0-9]+"
|