Skip to content
Snippets Groups Projects
Unverified Commit 8c8f00e0 authored by Chocobozzz's avatar Chocobozzz
Browse files

Forgot a mention in changelog

parent eeaeab4f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment