From fe7da189fc62cd64105625a985af56bad6b00c61 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 10 Feb 2023 13:12:04 +0100 Subject: [PATCH] fix: make release-it compliant with conventionnal commits MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .release-it.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-it.json b/.release-it.json index 2ce404db..f9dd74e2 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,6 +1,6 @@ { "git": { - "commitMessage": "v${version}", + "commitMessage": "chore: v${version}", "tagAnnotation": "v${version}", "pushRepo": "upstream" }, -- 2.34.1