Update openapi version
This commit is contained in:
parent
5ab73a4570
commit
869c5c7b5c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue