aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-09-09 09:36:36 +0200
committerChocobozzz <me@florianbigard.com>2021-09-09 09:36:36 +0200
commit29b84d749eb650c75b143b523bfe088a43617d82 (patch)
tree152fb72add09f95f1f490ddcb8d6a10b8f3e6bff /support
parent790c2837ddcb443c0f1ea6adcdcb101dfe159d01 (diff)
downloadPeerTube-29b84d749eb650c75b143b523bfe088a43617d82.tar.gz
PeerTube-29b84d749eb650c75b143b523bfe088a43617d82.tar.zst
PeerTube-29b84d749eb650c75b143b523bfe088a43617d82.zip
Improve release doc
Diffstat (limited to 'support')
-rw-r--r--support/doc/development/release.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/development/release.md b/support/doc/development/release.md
index 5cd735eda..deabe5687 100644
--- a/support/doc/development/release.md
+++ b/support/doc/development/release.md
@@ -13,7 +13,7 @@ NODE_APP_INSTANCE=6 NODE_ENV=test npm run start
13 * Run `rm -rf node_modules && rm -rf client/node_modules && yarn install --pure-lockfile && npm run build` to see if all the supported languages compile correctly 13 * Run `rm -rf node_modules && rm -rf client/node_modules && yarn install --pure-lockfile && npm run build` to see if all the supported languages compile correctly
14 * Update https://peertube2.cpy.re and check it works correctly 14 * Update https://peertube2.cpy.re and check it works correctly
15 * Check CI tests are green 15 * Check CI tests are green
16 * Run E2E tests: `BROWSERSTACK_USER=my_user BROWSERSTACK_KEY=my_key npm run e2e` 16 * Run BrowserStack and local E2E tests
17 * Release: `GITHUB_TOKEN=my_token npm run release -- 1.x.x` 17 * Release: `GITHUB_TOKEN=my_token npm run release -- 1.x.x`
18 * Create a dedicated branch: `git checkout -b release/1.x.x && git push origin release/1.x.x` 18 * Create a dedicated branch: `git checkout -b release/1.x.x && git push origin release/1.x.x`
19 * Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases 19 * Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases