From 7b8c683b326f05c7d0b4fca2978c71b674cd515c Mon Sep 17 00:00:00 2001 From: kohbis <18735471+kohbis@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:13:05 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20Update=20schema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 6db4690..ee408cc 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -2,7 +2,7 @@ "packages": { ".": {} }, - "$schema": "https://raw.githubusercontent.com/stainless-api/release-please/main/schemas/config.json", + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "release-type": "rust", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true,