We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fa9c7 commit fcdce10Copy full SHA for fcdce10
RELEASE.md
@@ -41,7 +41,18 @@ To release new `<version>` of `kotlinx-coroutines`:
41
0. Build and publish documentation for web-site: <br>
42
`site/deploy.sh <version> push`
43
44
-1. In [Bintray](http://bintray.com) admin interface:
+1. In [Bintray](https://bintray.com/kotlin/kotlinx/kotlinx.coroutines) admin interface:
45
* Publish artifacts of the new version.
46
* Wait until newly published version becomes the most recent.
47
* Sync to Maven Central.
48
+
49
+2. Announce new release in [Slack](http://kotlinlang.slack.com)
50
51
+3. Switch into `develop` branch: <br>
52
+ `git checkout develop`
53
54
+4. Merge release from `master`: <br>
55
+ `git merge master`
56
57
+5. Push updates to `develop`: <br>
58
+ `git push`
0 commit comments