1
0
Fork 0

Forgot a mention in changelog

This commit is contained in:
Chocobozzz 2019-11-07 16:02:16 +01:00
parent eeaeab4f90
commit 8c8f00e00f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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