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: RELEASING.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,9 @@ To release new `<version>` of `kotlinx.serialization`:
36
36
4. In [Bintray](https://bintray.com/kotlin/kotlinx/kotlinx.serialization.runtime) admin interface:
37
37
* Publish artifacts of the new version.
38
38
* Wait until newly published version becomes the most recent.
39
+
40
+
5. Update documentation website:<br>
41
+
`./update_docs.sh <version> push`
39
42
40
43
6. Create a new release in [Github releases](https://github.com/Kotlin/kotlinx.serialization/releases). Use created git tag for title and changelog message for body.
41
44
@@ -46,4 +49,4 @@ To release new `<version>` of `kotlinx.serialization`:
46
49
git push origin master
47
50
```
48
51
49
-
5. Announce new release in [Slack](https://kotlinlang.slack.com)
52
+
5. Announce new release in [Slack](https://kotlinlang.slack.com).
0 commit comments