diff options
Diffstat (limited to 'support')
-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 | ``` | ||