diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ab4fb55..6d6672ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -94,7 +94,7 @@ * Fix auto index follow * Fix CLI scripts with URLs ending with a `/` - * Fix `--since` and `--until` timezone in `peertube-import-videos` script + * Fix `--since` and `--until` timezone in `peertube-import-videos` script ([@fflorent](https://github.com/fflorent)) * Avoid circular error in logger * Fix start/stop of first element when loading a playlist 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