From 31c24553a49ec733ee1259a278760f664d302b06 Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Fri, 22 Jul 2022 16:31:10 -0300 Subject: [PATCH] style: format .sv4git --- .sv4git.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.sv4git.yml b/.sv4git.yml index ae0e6bd..97d57b4 100644 --- a/.sv4git.yml +++ b/.sv4git.yml @@ -2,16 +2,8 @@ version: "1.1" versioning: update-major: [] - update-minor: - - feat - update-patch: - - build - - ci - - chore - - fix - - perf - - refactor - - test + update-minor: [feat] + update-patch: [build, ci, chore, fix, perf, refactor, test] tag: pattern: "v%d.%d.%d"