PeerTube/support/doc/development/release.md

1.1 KiB

Release

  • Fix remaining important bugs
  • 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 npm run start
git checkout develop && rm -r ./node_modules && yarn install --pure-lockfile && npm run build:server
NODE_APP_INSTANCE=6 NODE_ENV=test npm run start