From c941a0517c580f7109361abc68693bcf44cc9ca1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 14:40:01 +0000 Subject: [PATCH] fix(internal): update release-please to use ruby strategy for README.md --- release-please-config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index f8c36cfe..847228c1 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -62,6 +62,9 @@ "release-type": "ruby", "version-file": "lib/openai/version.rb", "extra-files": [ - "README.md" + { + "type": "ruby-readme", + "path": "README.md" + } ] } \ No newline at end of file