diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-09 11:38:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-09 11:38:51 +0200 |
commit | e15ce63041be6545b2e196048d4f93ed23f93e65 (patch) | |
tree | 4703305c5cb0c87d0c548b1af31294ec90af15a0 /support/doc/development | |
parent | f0b70db73fc469e665ffdaf0ea02ae57c380636f (diff) | |
download | PeerTube-e15ce63041be6545b2e196048d4f93ed23f93e65.tar.gz PeerTube-e15ce63041be6545b2e196048d4f93ed23f93e65.tar.zst PeerTube-e15ce63041be6545b2e196048d4f93ed23f93e65.zip |
Add @peertube/embed-api release doc
Diffstat (limited to 'support/doc/development')
-rw-r--r-- | support/doc/development/release.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/support/doc/development/release.md b/support/doc/development/release.md index d62969cf2..afef25ff8 100644 --- a/support/doc/development/release.md +++ b/support/doc/development/release.md | |||
@@ -1,5 +1,7 @@ | |||
1 | # Release | 1 | # Release |
2 | 2 | ||
3 | ## PeerTube | ||
4 | |||
3 | * Fix remaining important bugs | 5 | * Fix remaining important bugs |
4 | * Update [/CHANGELOG.md](/CHANGELOG.md) | 6 | * Update [/CHANGELOG.md](/CHANGELOG.md) |
5 | * Check migrations: | 7 | * Check migrations: |
@@ -21,3 +23,13 @@ NODE_APP_INSTANCE=6 NODE_ENV=test node dist/server --benchmark-startup | |||
21 | * Update https://peertube3.cpy.re and check it works correctly | 23 | * Update https://peertube3.cpy.re and check it works correctly |
22 | * Update all other instances and check it works correctly | 24 | * Update all other instances and check it works correctly |
23 | * After a couple of days, update https://joinpeertube.org/api/v1/versions.json | 25 | * After a couple of days, update https://joinpeertube.org/api/v1/versions.json |
26 | |||
27 | |||
28 | ## @peertube/embed-api | ||
29 | |||
30 | ``` | ||
31 | cd client/src/standalone/player | ||
32 | npm version patch | ||
33 | npm run build | ||
34 | npm publish --access=public | ||
35 | ``` | ||