From dc956b962c8bdbdab38e50a4b44a352b1c4af68a Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Thu, 15 Aug 2024 13:21:42 -0400 Subject: [PATCH] ci: fixes release please configuration --- release-please-config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release-please-config.json b/release-please-config.json index 174a5ddfff5..a93a83d3275 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,5 +1,5 @@ { - "bootstrap-sha": "1354831baeafb52965a8b2f5f80df5c43e414c99", + "bootstrap-sha": "148f1ef380baedb27f7adb3c93b45f194f5c3e16", "exclude-paths": [ ".git", ".idea", @@ -8,10 +8,10 @@ ], "release-type": "simple", "include-component-in-tag": false, - "include-v-in-tag": true, + "include-v-in-tag": false, "packages": { ".": { - "package-name": "src/Microsoft.Graph/", + "package-name": "Microsoft.Graph", "changelog-path": "CHANGELOG.md", "extra-files": [ "README.md",