]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add @peertube/embed-api release doc
authorChocobozzz <me@florianbigard.com>
Fri, 9 Sep 2022 09:38:51 +0000 (11:38 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 9 Sep 2022 09:38:51 +0000 (11:38 +0200)
support/doc/development/release.md

index d62969cf246bed5b2ee5cc2ca4f42b8ad5cb850e..afef25ff8b66aab082bbcc096e402f92aefc9812 100644 (file)
@@ -1,5 +1,7 @@
 # Release
 
+## PeerTube
+
  * Fix remaining important bugs
  * Update [/CHANGELOG.md](/CHANGELOG.md)
  * Check migrations:
@@ -21,3 +23,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
+```