From 8e5c92a56cec94188c87988308a8b6ded9db88ad Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 04:19:01 +0000 Subject: [PATCH] chore: ensure readme.md is bumped when release please updates versions --- 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 29361af6..f8c36cfe 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -60,5 +60,8 @@ } ], "release-type": "ruby", - "version-file": "lib/openai/version.rb" + "version-file": "lib/openai/version.rb", + "extra-files": [ + "README.md" + ] } \ No newline at end of file