X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdevelopment%2Frelease.md;h=c4935524c4c41e85aed7b863667316ac12d085da;hb=38b4e733d2a11bf0e9164bc178f01cb18b15f6bd;hp=d62969cf246bed5b2ee5cc2ca4f42b8ad5cb850e;hpb=3318147300b4f998adf728eb0a5a14a4c1829c51;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/development/release.md b/support/doc/development/release.md index d62969cf2..c4935524c 100644 --- a/support/doc/development/release.md +++ b/support/doc/development/release.md @@ -1,6 +1,9 @@ # Release +## PeerTube + * Fix remaining important bugs + * Ensure French translation is 100% (for the screens in the JoinPeerTube blog post) * Update [/CHANGELOG.md](/CHANGELOG.md) * Check migrations: ``` @@ -21,3 +24,13 @@ NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup * Update https://peertube3.cpy.re and check it works correctly * Update all other instances and check it works correctly * After a couple of days, update https://joinpeertube.org/api/v1/versions.json + + +## @peertube/embed-api + +``` +cd client/src/standalone/player +npm version patch +npm run build +npm publish --access=public +```