From 93235c41d176b2b1549230b89667445f3aad07e1 Mon Sep 17 00:00:00 2001 From: Nicolas BRIERE Date: Wed, 7 Aug 2024 16:06:33 +0200 Subject: [PATCH] chore: update release please conf --- release-please-config.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 8381c37..ba809b3 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -3,9 +3,6 @@ ".": { "changelog-path": "CHANGELOG.md", "release-type": "terraform-module", - "bump-minor-pre-major": false, - "bump-patch-for-minor-pre-major": false, - "changelog-type": "github", "changelog-sections": [ { "type": "feat", @@ -51,9 +48,7 @@ "type": "ci", "section": "Continuous Integration" } - ], - "draft": false, - "prerelease": false + ] } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"