diff options
author | Chocobozzz <me@florianbigard.com> | 2019-11-07 16:02:16 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-11-13 10:04:16 +0100 |
commit | 81ad5366f745a0c0459016d3af5d18d1dd4501c0 (patch) | |
tree | ae0bd3ac39114e3567acd0388c94fe706f1531b3 /support/doc | |
parent | c1fecc3a24e37b912e8b4cc107e1f563bea47c23 (diff) | |
download | PeerTube-81ad5366f745a0c0459016d3af5d18d1dd4501c0.tar.gz PeerTube-81ad5366f745a0c0459016d3af5d18d1dd4501c0.tar.zst PeerTube-81ad5366f745a0c0459016d3af5d18d1dd4501c0.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 |