X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdevelopment%2Frelease.md;h=5cd735edaed52b9bf8791333ef062ba73a6bfad1;hb=fdec51e3846d50e3375612a6820ed3ab0b5fcd25;hp=88b434efa85ecf634200eb65eb0454362c58c75a;hpb=2f398c19fd2ccd43a9de4478dfda0ecd7ad4c088;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/development/release.md b/support/doc/development/release.md index 88b434efa..5cd735eda 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 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 ``` - * 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 + * 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` @@ -19,4 +19,4 @@ NODE_APP_INSTANCE=6 NODE_ENV=test npm run start * Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases * Update https://peertube3.cpy.re and check it works correctly * Update all other instances and check it works correctly - * Communicate on Mastodon & peertube-admin mailing list + * After a couple of days, update https://joinpeertube.org/api/v1/versions.json