From 1fc099481dd775123f8b8b7ff2829e348dc5b837 Mon Sep 17 00:00:00 2001 From: Beatriz Vieira Date: Mon, 15 Feb 2021 01:50:28 -0300 Subject: [PATCH] chore: add .sv4git.yml --- .sv4git.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .sv4git.yml diff --git a/.sv4git.yml b/.sv4git.yml new file mode 100644 index 0000000..3f38617 --- /dev/null +++ b/.sv4git.yml @@ -0,0 +1,21 @@ +version: "1.0" + +versioning: + update-major: [] + update-minor: + - feat + update-patch: + - build + - ci + - chore + - fix + - perf + - refactor + - test + +commit-message: + footer: + issue: + key: issue + issue: + regex: '#[0-9]+'