Skip to content

Commit

Permalink
Add missing steps at the end of release check list
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Mar 6, 2018
1 parent 25fa9c7 commit fcdce10
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,18 @@ To release new `<version>` of `kotlinx-coroutines`:
0. Build and publish documentation for web-site: <br>
`site/deploy.sh <version> push`

1. In [Bintray](http:https://bintray.com) admin interface:
1. In [Bintray](https:https://bintray.com/kotlin/kotlinx/kotlinx.coroutines) admin interface:
* Publish artifacts of the new version.
* Wait until newly published version becomes the most recent.
* Sync to Maven Central.

2. Announce new release in [Slack](http:https://kotlinlang.slack.com)

3. Switch into `develop` branch: <br>
`git checkout develop`

4. Merge release from `master`: <br>
`git merge master`

5. Push updates to `develop`: <br>
`git push`

0 comments on commit fcdce10

Please sign in to comment.