feat: bump openapi version

This commit is contained in:
trev 2025-05-13 18:19:47 -04:00
parent fc90905dcf
commit e8d9a4adff
2 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,11 @@ git_version=$(git describe --tags --abbrev=0)
version=${git_version#v}
next_version=$(echo "${version}" | awk -F. -v OFS=. '{$NF += 1 ; print}')
echo "bumping openapi"
cd "${git_root}"
sed -i -e "s/${version}/${next_version}/g" openapi.yaml
git add openapi.yaml
echo "bumping client"
cd "${git_root}/client"
npm version "${next_version}"

View File

@ -3,7 +3,7 @@ servers:
- url: /grpc
info:
title: Trevstack API
version: 1.0.0
version: 0.0.24
description: API for Trevstack
contact:
name: Trev