]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Update openapi version
authorChocobozzz <me@florianbigard.com>
Thu, 17 Aug 2023 13:14:09 +0000 (15:14 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 17 Aug 2023 13:18:27 +0000 (15:18 +0200)
support/doc/api/openapi.yaml
support/doc/development/release.md

index bb11c3d4e2bb549e4c17a103f5edd17348e416ba..8d85f9c77d098bef59296dccca2926d50c769fe4 100644 (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
index 81e35c58d69d5d2cd7c2ad6fa727e11cb0b9bfc6..7ec21e12df74b612b9c156f71889842d6f6003b1 100644 (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