From d573d67f68908f4436acac99f7ee89245a1acf24 Mon Sep 17 00:00:00 2001 From: kohbis <18735471+kohbis@users.noreply.github.com> Date: Wed, 3 Jan 2024 12:26:35 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20fix=20tag=20name=20by=20re?= =?UTF-8?q?lease-please?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release-please-config.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index 555be31..6db4690 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -1,10 +1,12 @@ { "packages": { - ".": { - "release-type": "rust", - "bump-minor-pre-major": true, - "bump-patch-for-minor-pre-major": true, - "sequential-calls": true - } - } + ".": {} + }, + "$schema": "https://raw.githubusercontent.com/stainless-api/release-please/main/schemas/config.json", + "release-type": "rust", + "bump-minor-pre-major": true, + "bump-patch-for-minor-pre-major": true, + "include-component-in-tag": false, + "include-v-in-tag": true, + "sequential-calls": true }