You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: development.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,4 +331,13 @@ Scenario 2 - Tests block:
331
331
### Docs
332
332
333
333
Run this for a local preview of the docs:
334
-
npx stream-chat-docusaurus -i -s
334
+
npx stream-chat-docusaurus -i -s
335
+
336
+
### Release
337
+
338
+
You can release a new SDK version following the steps below:
339
+
340
+
1. Increase the [patch number](https://github.com/GetStream/stream-video-android/blob/develop/buildSrc/src/main/kotlin/io/getstream/video/android/Configuration.kt#L9)
341
+
2. Increase the [version code](https://github.com/GetStream/stream-video-android/blob/develop/buildSrc/src/main/kotlin/io/getstream/video/android/Configuration.kt#L11) by 1
342
+
3. Merge them into the `develop` and `main`
343
+
4.[Release on GitHub](https://github.com/GetStream/stream-video-android/releases) with the new version name against the `main` branch. You should make sure the **target branch** is `main`.
0 commit comments