From 869c5c7b5cbbf30f5270154174c689def66c5f03 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 17 Aug 2023 15:14:09 +0200 Subject: [PATCH] Update openapi version --- support/doc/api/openapi.yaml | 2 +- support/doc/development/release.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index bb11c3d4e..8d85f9c77 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -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 diff --git a/support/doc/development/release.md b/support/doc/development/release.md index 81e35c58d..7ec21e12d 100644 --- a/support/doc/development/release.md +++ b/support/doc/development/release.md @@ -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