Skip to content

Commit 738d131

Browse files
authored
Update the website's release step (Kotlin#2009)
1 parent 96446b2 commit 738d131

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

RELEASING.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ If review is not required, commit directly to `dev`.
4141
* Close the repository and wait for it to verify.
4242
* Release it.
4343

44-
5. Update documentation website:<br>
45-
* Set new value for [`kotlinx.serialization.release.tag`](https://buildserver.labs.intellij.net/admin/editProject.html?projectId=Kotlin_KotlinSites_Builds_KotlinlangOrg_LibrariesAPIs&tab=projectParams)
46-
* And run deploy [configuration](https://buildserver.labs.intellij.net/buildConfiguration/Kotlin_KotlinSites_Builds_KotlinlangOrg_KotlinSerializationApi?branch=%3Cdefault%3E&mode=builds)
44+
5. Propose the website documentation update:<br>
45+
* 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.
46+
* The website team will be notified about the pull request, review your changes, and merge it to master after all checks pass.
47+
* 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.
4748

4849
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.
4950

0 commit comments

Comments
 (0)