aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-11-07 16:02:16 +0100
committerChocobozzz <me@florianbigard.com>2019-11-07 16:02:23 +0100
commit8c8f00e00f2cf36e4b05be1aa7e3a55bab6ab513 (patch)
tree6ca09ae01cd2f64bfaf4812bae361ffac70dfab2
parenteeaeab4f90baac3a29a56e56fb232a4b2f222198 (diff)
downloadPeerTube-8c8f00e00f2cf36e4b05be1aa7e3a55bab6ab513.tar.gz
PeerTube-8c8f00e00f2cf36e4b05be1aa7e3a55bab6ab513.tar.zst
PeerTube-8c8f00e00f2cf36e4b05be1aa7e3a55bab6ab513.zip
Forgot a mention in changelog
-rw-r--r--CHANGELOG.md2
-rw-r--r--support/doc/development/release.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16ab4fb55..6d6672ad5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -94,7 +94,7 @@
94 94
95 * Fix auto index follow 95 * Fix auto index follow
96 * Fix CLI scripts with URLs ending with a `/` 96 * Fix CLI scripts with URLs ending with a `/`
97 * Fix `--since` and `--until` timezone in `peertube-import-videos` script 97 * Fix `--since` and `--until` timezone in `peertube-import-videos` script ([@fflorent](https://github.com/fflorent))
98 * Avoid circular error in logger 98 * Avoid circular error in logger
99 * Fix start/stop of first element when loading a playlist 99 * Fix start/stop of first element when loading a playlist
100 100
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 @@
7 * `git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server` 7 * `git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server`
8 * `NODE_APP_INSTANCE=6 NODE_ENV=test npm run start` and quit after initialization 8 * `NODE_APP_INSTANCE=6 NODE_ENV=test npm run start` and quit after initialization
9 * `git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server` 9 * `git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server`
10 * `NODE_APP_INSTANCE=6 NODE_ENV=test npm run start` and check migrations does not fail 10 * `NODE_APP_INSTANCE=6 NODE_ENV=test npm run start` and check migrations do not fail
11 * 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 11 * 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
12 * Update https://peertube2.cpy.re and check it works correctly 12 * Update https://peertube2.cpy.re and check it works correctly
13 * Check CI tests are green 13 * Check CI tests are green