Forgot a mention in changelog
authorChocobozzz <me@florianbigard.com>
Thu, 7 Nov 2019 15:02:16 +0000 (16:02 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 13 Nov 2019 09:04:16 +0000 (10:04 +0100)
CHANGELOG.md
support/doc/development/release.md

index 16ab4fb55e9f4093168ead765c22ae1b5489ed1e..6d6672ad526a88a53b971819193f17020d159238 100644 (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
  
index c030757357b3e275129bf6b4e13671091dfe191a..f8d041cfe56c6552acf0a2a0d1ca62da7fac1721 100644 (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