]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/development/release.md
document parallel depedency and how to install it
[github/Chocobozzz/PeerTube.git] / support / doc / development / release.md
index deabe56870e9a07e6529c3f0cf8723b84813632f..d62969cf246bed5b2ee5cc2ca4f42b8ad5cb850e 100644 (file)
@@ -6,15 +6,16 @@
 ```
 npm run clean:server:test
 git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server
-NODE_APP_INSTANCE=6 NODE_ENV=test npm run start
+NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup
 git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server
-NODE_APP_INSTANCE=6 NODE_ENV=test npm run start
+NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup
 ```
  * 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 BrowserStack and local E2E tests
+ * Run BrowserStack **and** local E2E tests
  * Release: `GITHUB_TOKEN=my_token npm run release -- 1.x.x`
+ * 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
  * Update https://peertube3.cpy.re and check it works correctly