diff options
author | Chocobozzz <me@florianbigard.com> | 2023-08-17 15:14:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-08-17 15:18:27 +0200 |
commit | 869c5c7b5cbbf30f5270154174c689def66c5f03 (patch) | |
tree | 6a3686bfbbd21bdcb46af32eb5326bbe23fd619a /support/doc | |
parent | 5ab73a45704a3edbf31493314312ea76a4f510a5 (diff) | |
download | PeerTube-869c5c7b5cbbf30f5270154174c689def66c5f03.tar.gz PeerTube-869c5c7b5cbbf30f5270154174c689def66c5f03.tar.zst PeerTube-869c5c7b5cbbf30f5270154174c689def66c5f03.zip |
Update openapi version
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/api/openapi.yaml | 2 | ||||
-rw-r--r-- | support/doc/development/release.md | 1 |
2 files changed, 2 insertions, 1 deletions
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 @@ | |||
1 | openapi: 3.0.0 | 1 | openapi: 3.0.0 |
2 | info: | 2 | info: |
3 | title: PeerTube | 3 | title: PeerTube |
4 | version: 5.1.0 | 4 | version: 5.2.0 |
5 | contact: | 5 | contact: |
6 | name: PeerTube Community | 6 | name: PeerTube Community |
7 | url: https://joinpeertube.org | 7 | 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 | |||
18 | * Check CI tests are green | 18 | * Check CI tests are green |
19 | * Run BrowserStack **and** local E2E tests | 19 | * Run BrowserStack **and** local E2E tests |
20 | * Release: `GITHUB_TOKEN=my_token npm run release -- 1.x.x` | 20 | * Release: `GITHUB_TOKEN=my_token npm run release -- 1.x.x` |
21 | * Update `openapi.yaml` version | ||
21 | * Upload `tar.xz` on https://builds.joinpeertube.org/release | 22 | * Upload `tar.xz` on https://builds.joinpeertube.org/release |
22 | * Create a dedicated branch: `git checkout -b release/1.x.x && git push origin release/1.x.x` | 23 | * Create a dedicated branch: `git checkout -b release/1.x.x && git push origin release/1.x.x` |
23 | * Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases | 24 | * Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases |