From f66de490323145276a4a2b1d9cf88d379cee5a33 Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Fri, 22 Jul 2022 16:18:24 -0300 Subject: [PATCH] chore: add misc section on release notes --- .sv4git.yml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/.sv4git.yml b/.sv4git.yml index ff2b04d..ae0e6bd 100644 --- a/.sv4git.yml +++ b/.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]+"