ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1.5 KiB

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