Skip to content

Commit 5d8e893

Browse files
committed
Update release procedure to avoid issues like #1071
1 parent aad393b commit 5d8e893

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

RELEASE.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,18 @@ To release new `<version>` of `kotlinx-coroutines`:
6363

6464
5. Announce new release in [Slack](https://kotlinlang.slack.com)
6565

66-
6. Switch into `develop` branch:<br>
66+
6. Create a ticket to update coroutines version on [try.kotlinlang.org](try.kotlinlang.org).
67+
* Use [KT-30870](https://youtrack.jetbrains.com/issue/KT-30870) as a template
68+
* This step should be skipped for eap versions that are not merged to `master`
69+
70+
7. Switch into `develop` branch:<br>
6771
`git checkout develop`
6872

69-
7. Fetch the latest `master`:<br>
73+
8. Fetch the latest `master`:<br>
7074
`git fetch`
7175

72-
8. Merge release from `master`:<br>
76+
9. Merge release from `master`:<br>
7377
`git merge origin/master`
7478

75-
9. Push updates to `develop`:<br>
79+
10. Push updates to `develop`:<br>
7680
`git push`

0 commit comments

Comments
 (0)