From ac043122aec60c175cd414dbc1ac5b06a75c761a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 14 May 2019 13:59:10 +0200 Subject: Fix e2e tests --- support/doc/development/release.md | 1 + 1 file changed, 1 insertion(+) (limited to 'support/doc/development') diff --git a/support/doc/development/release.md b/support/doc/development/release.md index 1b027faf7..352a1f0d3 100644 --- a/support/doc/development/release.md +++ b/support/doc/development/release.md @@ -13,6 +13,7 @@ * Check Travis 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` * Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases * Update https://peertube3.cpy.re and check it works correctly * Update all other instances and check it works correctly -- cgit v1.2.3