diff options
author | Chocobozzz <me@florianbigard.com> | 2019-11-07 16:02:16 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-11-07 16:02:23 +0100 |
commit | 8c8f00e00f2cf36e4b05be1aa7e3a55bab6ab513 (patch) | |
tree | 6ca09ae01cd2f64bfaf4812bae361ffac70dfab2 /support/doc | |
parent | eeaeab4f90baac3a29a56e56fb232a4b2f222198 (diff) | |
download | PeerTube-8c8f00e00f2cf36e4b05be1aa7e3a55bab6ab513.tar.gz PeerTube-8c8f00e00f2cf36e4b05be1aa7e3a55bab6ab513.tar.zst PeerTube-8c8f00e00f2cf36e4b05be1aa7e3a55bab6ab513.zip |
Forgot a mention in changelog
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/development/release.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |