aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-03-04 10:05:07 +0100
committerChocobozzz <me@florianbigard.com>2021-03-04 10:05:07 +0100
commit919b16ba307e738c0897972dc10295b36a88c58f (patch)
treecf1a8069a4a6c6b99a4d8f435db8d0ef3fd72772 /support/doc
parentdbb15e371abfdc5a291d3c8908c7da73ded2c654 (diff)
downloadPeerTube-919b16ba307e738c0897972dc10295b36a88c58f.tar.gz
PeerTube-919b16ba307e738c0897972dc10295b36a88c58f.tar.zst
PeerTube-919b16ba307e738c0897972dc10295b36a88c58f.zip
Update changelog
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/development/release.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/development/release.md b/support/doc/development/release.md
index bcc1a3d44..39c2c5608 100644
--- a/support/doc/development/release.md
+++ b/support/doc/development/release.md
@@ -10,7 +10,7 @@ NODE_APP_INSTANCE=6 NODE_ENV=test npm run start
10git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server 10git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server
11NODE_APP_INSTANCE=6 NODE_ENV=test npm run start 11NODE_APP_INSTANCE=6 NODE_ENV=test npm run start
12``` 12```
13 * Run `rm -r node_modules && rm -r client/node_modules && yarn install --pure-lockfile && npm run build` to see if all the supported languages compile correctly 13 * 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
14 * Update https://peertube2.cpy.re and check it works correctly 14 * Update https://peertube2.cpy.re and check it works correctly
15 * Check CI tests are green 15 * Check CI tests are green
16 * Run E2E tests: `BROWSERSTACK_USER=my_user BROWSERSTACK_KEY=my_key npm run e2e` 16 * Run E2E tests: `BROWSERSTACK_USER=my_user BROWSERSTACK_KEY=my_key npm run e2e`