Update PeerTube openapi version

This commit is contained in:
Chocobozzz
2026-03-12 09:59:56 +01:00
parent 6aad0c1e67
commit a4730f0d9c
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: PeerTube
version: 8.0.0
version: 8.1.0
contact:
name: PeerTube Community
url: https://joinpeertube.org
-1
View File
@@ -19,7 +19,6 @@ NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup
* 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
* Update https://peertube3.cpy.re and check it works correctly