Skip to content

Commit fcdce10

Browse files
committed
Add missing steps at the end of release check list
1 parent 25fa9c7 commit fcdce10

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

RELEASE.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,18 @@ To release new `<version>` of `kotlinx-coroutines`:
4141
0. Build and publish documentation for web-site: <br>
4242
`site/deploy.sh <version> push`
4343

44-
1. In [Bintray](http://bintray.com) admin interface:
44+
1. In [Bintray](https://bintray.com/kotlin/kotlinx/kotlinx.coroutines) admin interface:
4545
* Publish artifacts of the new version.
4646
* Wait until newly published version becomes the most recent.
4747
* 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

Comments
 (0)