summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolay Pachkov <nikpachoo@gmail.com>2022-08-17 17:53:53 +0200
committerGitHub <noreply@github.com>2022-08-17 18:53:53 +0300
commit738d131cecfa72b3b491429b2ebdfcd7a952ce0e (patch)
treeeb5031d8637b21467bca5affcd525be4328c3f25
parent96446b220c628f67da2929354139367a41e8965b (diff)
downloadkotlinx.serialization-738d131cecfa72b3b491429b2ebdfcd7a952ce0e.tar.gz
Update the website's release step (#2009)
-rw-r--r--RELEASING.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/RELEASING.md b/RELEASING.md
index b4ec188f..fe4d7b1a 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -41,9 +41,10 @@ If review is not required, commit directly to `dev`.
* Close the repository and wait for it to verify.
* Release it.
-5. Update documentation website:<br>
- * 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:<br>
+ * Set a 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.
+ * The website team will be notified about the pull request, review your changes, and merge it to master after all checks pass.
+ * Once the pull request is merged to the main branch, it automatically will trigger the website's update, which will be done within an hour.
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.