diff options
Diffstat (limited to 'support/doc/development/release.md')
-rw-r--r-- | support/doc/development/release.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |