File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -64,18 +64,14 @@ To release new `<version>` of `kotlinx-coroutines`:
64
64
65
65
5 . Announce new release in [ Slack] ( https://kotlinlang.slack.com )
66
66
67
- 6 . Create a ticket to update coroutines version on [ try.kotlinlang.org] ( try.kotlinlang.org ) .
68
- * Use [ KT-30870] ( https://youtrack.jetbrains.com/issue/KT-30870 ) as a template
69
- * This step should be skipped for eap versions that are not merged to ` master `
70
-
71
- 7 . Switch into ` develop ` branch:<br >
67
+ 6 . Switch into ` develop ` branch:<br >
72
68
` git checkout develop `
73
69
74
- 8 . Fetch the latest ` master ` :<br >
70
+ 7 . Fetch the latest ` master ` :<br >
75
71
` git fetch `
76
72
77
- 9 . Merge release from ` master ` :<br >
73
+ 8 . Merge release from ` master ` :<br >
78
74
` git merge origin/master `
79
75
80
- 0 . Push updates to ` develop ` :<br >
76
+ 9 . Push updates to ` develop ` :<br >
81
77
` git push `
You can’t perform that action at this time.
0 commit comments