From 81ad5366f745a0c0459016d3af5d18d1dd4501c0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 7 Nov 2019 16:02:16 +0100 Subject: Forgot a mention in changelog --- support/doc/development/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/doc/development') diff --git a/support/doc/development/release.md b/support/doc/development/release.md index c03075735..f8d041cfe 100644 --- a/support/doc/development/release.md +++ b/support/doc/development/release.md @@ -7,7 +7,7 @@ * `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` and quit after initialization * `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` and check migrations does not fail + * `NODE_APP_INSTANCE=6 NODE_ENV=test npm run start` and check migrations do not fail * 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 * Update https://peertube2.cpy.re and check it works correctly * Check CI tests are green -- cgit v1.2.3