From cfe0cd8802f679b74822c2e61aa5f61e8e5c8c4f Mon Sep 17 00:00:00 2001 From: Nikolay Pachkov Date: Tue, 9 Aug 2022 11:59:29 +0200 Subject: [PATCH] chore: update the website's release step --- RELEASE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index cc0bcee0e2..a3ba7843d0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -76,6 +76,5 @@ To release a new `` of `kotlinx-coroutines`: 8. Push the updates to GitHub:
`git push` -9. Build and publish the documentation for the web-site:
- * Set new value for [`kotlinx.coroutines.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_KotlinCoroutinesApi?branch=%3Cdefault%3E&buildTypeTab=overview&mode=builds) +9. Propose the website documentation update:
+ * Set new value for [`KOTLINX_COROUTINES_RELEASE_TAG`](https://github.com/JetBrains/kotlin-web-site/blob/master/.teamcity/BuildParams.kt), creating a Pull Request in the website's repository.