aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/development
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-16 14:35:41 +0100
committerChocobozzz <me@florianbigard.com>2021-12-16 14:35:41 +0100
commitc501f44119c8e63a2519e12085dc4fca4e874f3f (patch)
tree392b55152d5b424473311668707d3f898c3b6666 /support/doc/development
parent51872b82a1187aaecc0c91c4eaf04f37fff5c506 (diff)
downloadPeerTube-c501f44119c8e63a2519e12085dc4fca4e874f3f.tar.gz
PeerTube-c501f44119c8e63a2519e12085dc4fca4e874f3f.tar.zst
PeerTube-c501f44119c8e63a2519e12085dc4fca4e874f3f.zip
https://builds.joinpeertube.org/release
Diffstat (limited to 'support/doc/development')
-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 a9a3ca452..d62969cf2 100644
--- a/support/doc/development/release.md
+++ b/support/doc/development/release.md
@@ -15,6 +15,7 @@ NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup
15 * Check CI tests are green 15 * Check CI tests are green
16 * Run BrowserStack **and** local E2E tests 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 * Upload `tar.xz` on https://builds.joinpeertube.org/release
18 * Create a dedicated branch: `git checkout -b release/1.x.x && git push origin release/1.x.x` 19 * 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 20 * Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases
20 * Update https://peertube3.cpy.re and check it works correctly 21 * Update https://peertube3.cpy.re and check it works correctly