Update openapi version

pull/5917/head
Chocobozzz 2023-08-17 15:14:09 +02:00
parent 5ab73a4570
commit 869c5c7b5c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
openapi: 3.0.0
info:
title: PeerTube
version: 5.1.0
version: 5.2.0
contact:
name: PeerTube Community
url: https://joinpeertube.org

View File

@ -18,6 +18,7 @@ NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup
* Check CI tests are green
* Run BrowserStack **and** local E2E tests
* Release: `GITHUB_TOKEN=my_token npm run release -- 1.x.x`
* Update `openapi.yaml` version
* Upload `tar.xz` on https://builds.joinpeertube.org/release
* Create a dedicated branch: `git checkout -b release/1.x.x && git push origin release/1.x.x`
* Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases