From 3b8a78ee84f6356882ec2400daed0a6eecd82420 Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Wed, 15 May 2024 23:01:58 +0545 Subject: [PATCH] Update .release-please-manifest.json --- .release-please-manifest.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7639a1..ea875e6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,13 +1,3 @@ { - // if this is the first time running `manifest-pr` on a repo - // this key will limit how far back (exclusive) to pull commits - // for conventional commit parsing. Once release-please has generated - // at least one release PR, this setting will subsequently be ignored. - // release-please will check for a manifest file at the bootstrap-sha - // and if it doesn't find one it will fallback to checking at HEAD. - // Notes: - // - full sha required. - // - only applicable at top-level config. - "bootstrap-sha": "e7d7d3f369ace022008d3f706a27aefee7c98362" - + "bootstrap-sha": "3f5634c9d4fe1f58b11fdd952940e12a59c99100" }