From 5c3f6119a2b7015ddd97c1aaa54a0147353da767 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 5 Sep 2024 09:00:33 -0400 Subject: [PATCH] fix: release please type configuration --- release-please-config.json | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 7b9d6e0f31f..51086d6ec6d 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,23 +1,23 @@ { - "bootstrap-sha": "9096adb098e11bd5484335b5e08bd0c882db7407", - "exclude-paths": [ - ".git", - ".idea", - ".github", - ".vscode" - ], - "release-type": "python", - "include-component-in-tag": false, - "include-v-in-tag": true, - "packages": { - ".": { - "package-name": "msgraph_beta", - "changelog-path": "CHANGELOG.md", - "extra-files": [ - "pyproject.toml", - "msgraph_beta/_version.py" - ] - } - }, - "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" - } \ No newline at end of file + "bootstrap-sha": "9096adb098e11bd5484335b5e08bd0c882db7407", + "exclude-paths": [ + ".git", + ".idea", + ".github", + ".vscode" + ], + "release-type": "simple", + "include-component-in-tag": false, + "include-v-in-tag": true, + "packages": { + ".": { + "package-name": "msgraph_beta", + "changelog-path": "CHANGELOG.md", + "extra-files": [ + "pyproject.toml", + "msgraph_beta/_version.py" + ] + } + }, + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json" +} \ No newline at end of file