summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Startsev <sandwwraith@gmail.com>2020-10-08 21:12:46 +0300
committerLeonid Startsev <sandwwraith@gmail.com>2020-10-08 21:12:46 +0300
commit528ce78abf4cefff9590be11df168167bf3b5644 (patch)
tree49598fb78288cdd4f45cc022f5b3a0fb468e7caa
parentd24399eb388b0f45b7d55902d4563ded404dcf83 (diff)
downloadkotlinx.serialization-528ce78abf4cefff9590be11df168167bf3b5644.tar.gz
Update releasing guide with website buildscript
-rw-r--r--RELEASING.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASING.md b/RELEASING.md
index 51f0d6ae..3684467a 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -36,6 +36,9 @@ To release new `<version>` of `kotlinx.serialization`:
4. In [Bintray](https://bintray.com/kotlin/kotlinx/kotlinx.serialization.runtime) admin interface:
* Publish artifacts of the new version.
* Wait until newly published version becomes the most recent.
+
+5. Update documentation website:<br>
+ `./update_docs.sh <version> push`
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.
@@ -46,4 +49,4 @@ To release new `<version>` of `kotlinx.serialization`:
git push origin master
```
-5. Announce new release in [Slack](https://kotlinlang.slack.com)
+5. Announce new release in [Slack](https://kotlinlang.slack.com).