]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - support/doc/development/release.md
Add fixme info
[github/Chocobozzz/PeerTube.git] / support / doc / development / release.md
CommitLineData
39e6a5cb
C
1# Release
2
3 * Fix remaining important bugs
4 * Update [/CHANGELOG.md](/CHANGELOG.md)
5 * Check migrations:
2f398c19
C
6```
7npm run clean:server:test
8git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server
af48e345 9NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup
2f398c19 10git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server
af48e345 11NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup
2f398c19 12```
919b16ba 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
39e6a5cb 14 * Update https://peertube2.cpy.re and check it works correctly
2284f202 15 * Check CI tests are green
450de91e 16 * Run BrowserStack **and** local E2E tests
39e6a5cb 17 * Release: `GITHUB_TOKEN=my_token npm run release -- 1.x.x`
c501f441 18 * Upload `tar.xz` on https://builds.joinpeertube.org/release
ac043122 19 * Create a dedicated branch: `git checkout -b release/1.x.x && git push origin release/1.x.x`
39e6a5cb
C
20 * Check the release is okay: https://github.com/Chocobozzz/PeerTube/releases
21 * Update https://peertube3.cpy.re and check it works correctly
22 * Update all other instances and check it works correctly
7992c9e1 23 * After a couple of days, update https://joinpeertube.org/api/v1/versions.json