]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/development/release.md
Translated using Weblate (Croatian)
[github/Chocobozzz/PeerTube.git] / support / doc / development / release.md
index d62969cf246bed5b2ee5cc2ca4f42b8ad5cb850e..c4935524c4c41e85aed7b863667316ac12d085da 100644 (file)
@@ -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
+```