Add @peertube/embed-api release doc

pull/5250/head
Chocobozzz 2022-09-09 11:38:51 +02:00
parent f0b70db73f
commit e15ce63041
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 12 additions and 0 deletions

View 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
```