Skip to content

Release

PeerTube

  • Fix remaining important bugs
  • Ensure French translation is 100% (for the screens in the JoinPeerTube blog post)
  • Update /CHANGELOG.md
  • Check migrations:
npm run clean:server:test
git checkout master && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server
NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup
git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server
NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup

@peertube/embed-api

At the root of PeerTube:

cd client/src/standalone/embed-player-api
npm version patch
cd ../../../../
npm run release-embed-api