From ef78107850f090f1e8453308acc25e80cb0c3620 Mon Sep 17 00:00:00 2001 From: Nikolay Pachkov Date: Tue, 9 Aug 2022 12:06:50 +0200 Subject: [PATCH] chore: update the website's release step --- RELEASING.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index b4ec188f8..0f3356d27 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -41,9 +41,8 @@ If review is not required, commit directly to `dev`. * Close the repository and wait for it to verify. * Release it. -5. Update documentation website:
- * Set new value for [`kotlinx.serialization.release.tag`](https://buildserver.labs.intellij.net/admin/editProject.html?projectId=Kotlin_KotlinSites_Builds_KotlinlangOrg_LibrariesAPIs&tab=projectParams) - * And run deploy [configuration](https://buildserver.labs.intellij.net/buildConfiguration/Kotlin_KotlinSites_Builds_KotlinlangOrg_KotlinSerializationApi?branch=%3Cdefault%3E&mode=builds) +5. Propose the website documentation update:
+ * Set new value for [`KOTLINX_SERIALIZATION_RELEASE_TAG`](https://github.com/JetBrains/kotlin-web-site/blob/master/.teamcity/BuildParams.kt), creating a Pull Request in the website's repository. 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.