Skip to content

Commit 528ce78

Browse files
committed
Update releasing guide with website buildscript
1 parent d24399e commit 528ce78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASING.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ To release new `<version>` of `kotlinx.serialization`:
3636
4. In [Bintray](https://bintray.com/kotlin/kotlinx/kotlinx.serialization.runtime) admin interface:
3737
* Publish artifacts of the new version.
3838
* Wait until newly published version becomes the most recent.
39+
40+
5. Update documentation website:<br>
41+
`./update_docs.sh <version> push`
3942

4043
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.
4144

@@ -46,4 +49,4 @@ To release new `<version>` of `kotlinx.serialization`:
4649
git push origin master
4750
```
4851

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

Comments
 (0)