You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -62,20 +62,20 @@ To release a new `<version>` of `kotlinx-coroutines`:
62
62
* Create a release named `<version>`, creating the `<version>` tag.
63
63
* Cut & paste lines from [`CHANGES.md`](CHANGES.md) into description.
64
64
65
-
4. Build and publish the documentation for the web-site: <br>
66
-
* Set new value for [`kotlinx.coroutines.release.tag`](https://buildserver.labs.intellij.net/admin/editProject.html?projectId=Kotlin_KotlinSites_Builds_KotlinlangOrg_LibrariesAPIs&tab=projectParams)
67
-
* And run deploy [configuration](https://buildserver.labs.intellij.net/buildConfiguration/Kotlin_KotlinSites_Builds_KotlinlangOrg_KotlinCoroutinesApi?branch=%3Cdefault%3E&buildTypeTab=overview&mode=builds)
68
-
69
-
5. Announce the new release in [Slack](https://kotlinlang.slack.com)
65
+
4. Announce the new release in [Slack](https://kotlinlang.slack.com)
70
66
71
-
6. Switch onto the `develop` branch:<br>
67
+
5. Switch onto the `develop` branch:<br>
72
68
`git checkout develop`
73
69
74
-
7. Fetch the latest `master`:<br>
70
+
6. Fetch the latest `master`:<br>
75
71
`git fetch`
76
72
77
-
8. Merge the release from `master`:<br>
73
+
7. Merge the release from `master`:<br>
78
74
`git merge origin/master`
79
75
80
-
9. Push the updates to GitHub:<br>
76
+
8. Push the updates to GitHub:<br>
81
77
`git push`
78
+
79
+
9. Build and publish the documentation for the web-site: <br>
80
+
* Set new value for [`kotlinx.coroutines.release.tag`](https://buildserver.labs.intellij.net/admin/editProject.html?projectId=Kotlin_KotlinSites_Builds_KotlinlangOrg_LibrariesAPIs&tab=projectParams)
81
+
* And run deploy [configuration](https://buildserver.labs.intellij.net/buildConfiguration/Kotlin_KotlinSites_Builds_KotlinlangOrg_KotlinCoroutinesApi?branch=%3Cdefault%3E&buildTypeTab=overview&mode=builds)
0 commit comments