From 849fec6f01d4fee0dd356e629f7e84d80dbd947d Mon Sep 17 00:00:00 2001 From: trev Date: Fri, 16 May 2025 18:42:24 -0400 Subject: [PATCH] fix: bump real openapi.yaml too --- .scripts/bump.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.scripts/bump.sh b/.scripts/bump.sh index c6a5015..692bb31 100755 --- a/.scripts/bump.sh +++ b/.scripts/bump.sh @@ -19,7 +19,9 @@ echo "${version} -> ${next_version}" echo "bumping openapi" cd "${git_root}" sed -i -e "s/${version}/${next_version}/g" openapi.yaml +sed -i -e "s/${version}/${next_version}/g" client/static/openapi/openapi.yaml git add openapi.yaml +git add client/static/openapi/openapi.yaml echo "bumping client" cd "${git_root}/client"