]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/development/release.md
Merge branch 'weblate' into develop
[github/Chocobozzz/PeerTube.git] / support / doc / development / release.md
index 352a1f0d33e15f1c6f79a7e2f2ccbc6456f0ead4..f8d041cfe56c6552acf0a2a0d1ca62da7fac1721 100644 (file)
@@ -7,10 +7,10 @@
     * `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 Travis tests are green
+ * Check CI tests are green
  * Run E2E tests: `BROWSERSTACK_USER=my_user BROWSERSTACK_KEY=my_key npm run e2e`
  * Release: `GITHUB_TOKEN=my_token npm run release -- 1.x.x`
  * Create a dedicated branch: `git checkout -b release/1.x.x && git push origin release/1.x.x`