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"