feat: bump openapi version
This commit is contained in:
parent
fc90905dcf
commit
e8d9a4adff
@ -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}"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user