]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Improve release doc
authorChocobozzz <me@florianbigard.com>
Thu, 9 Sep 2021 07:36:36 +0000 (09:36 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 9 Sep 2021 07:36:36 +0000 (09:36 +0200)
support/doc/development/release.md

index 5cd735edaed52b9bf8791333ef062ba73a6bfad1..deabe56870e9a07e6529c3f0cf8723b84813632f 100644 (file)
@@ -13,7 +13,7 @@ NODE_APP_INSTANCE=6 NODE_ENV=test npm run start
  * Run `rm -rf node_modules && rm -rf client/node_modules && yarn install --pure-lockfile && npm run build` to see if all the supported languages compile correctly
  * Update https://peertube2.cpy.re and check it works correctly
  * Check CI tests are green
- * Run E2E tests: `BROWSERSTACK_USER=my_user BROWSERSTACK_KEY=my_key npm run e2e`
+ * Run BrowserStack and local E2E tests
  * Release: `GITHUB_TOKEN=my_token npm run release -- 1.x.x`
  * 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