mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Forgot a mention in changelog
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
|
|
||||||
* Fix auto index follow
|
* Fix auto index follow
|
||||||
* Fix CLI scripts with URLs ending with a `/`
|
* 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
|
* Avoid circular error in logger
|
||||||
* Fix start/stop of first element when loading a playlist
|
* 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`
|
* `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
|
* `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`
|
* `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
|
* 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
|
* Update https://peertube2.cpy.re and check it works correctly
|
||||||
* Check CI tests are green
|
* Check CI tests are green
|
||||||
|
|||||||
Reference in New Issue
Block a user