From 42fc5d6ef898132ec3f587a9c4b863ef07fb971b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20G=C3=A9r=C3=B4me?= Date: Thu, 5 Sep 2024 09:56:05 +0200 Subject: [PATCH] fix: set the 'simple' release-type & remove include-v-in-tag that has 'false' as the default --- release-please-config.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 2d917ad..79ef441 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,9 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", - "release-type": "python", + "release-type": "simple", "include-component-in-tag": false, "bump-minor-pre-major": true, - "bump-patch-for-minor-pre-major": false, - "include-v-in-tag": false, - "changelog-type": "github" + "bump-patch-for-minor-pre-major": false } \ No newline at end of file