File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,18 @@ To release new `<version>` of `kotlinx-coroutines`:
63
63
64
64
5 . Announce new release in [ Slack] ( https://kotlinlang.slack.com )
65
65
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 >
67
71
` git checkout develop `
68
72
69
- 7 . Fetch the latest ` master ` :<br >
73
+ 8 . Fetch the latest ` master ` :<br >
70
74
` git fetch `
71
75
72
- 8 . Merge release from ` master ` :<br >
76
+ 9 . Merge release from ` master ` :<br >
73
77
` git merge origin/master `
74
78
75
- 9 . Push updates to ` develop ` :<br >
79
+ 10 . Push updates to ` develop ` :<br >
76
80
` git push `
You can’t perform that action at this time.
0 commit comments