aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/development/release.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/development/release.md')
-rw-r--r--support/doc/development/release.md1
1 files changed, 1 insertions, 0 deletions
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 @@
13 * Check Travis tests are green 13 * Check Travis tests are green
14 * Run E2E tests: `BROWSERSTACK_USER=my_user BROWSERSTACK_KEY=my_key npm run e2e` 14 * Run E2E tests: `BROWSERSTACK_USER=my_user BROWSERSTACK_KEY=my_key npm run e2e`
15 * Release: `GITHUB_TOKEN=my_token npm run release -- 1.x.x` 15 * Release: `GITHUB_TOKEN=my_token npm run release -- 1.x.x`
16 * Create a dedicated branch: `git checkout -b release/1.x.x && git push origin release/1.x.x`
16 * Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases 17 * Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases
17 * Update https://peertube3.cpy.re and check it works correctly 18 * Update https://peertube3.cpy.re and check it works correctly
18 * Update all other instances and check it works correctly 19 * Update all other instances and check it works correctly