File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,22 @@ To release new `<version>` of `kotlinx-coroutines`:
2626
27276 . Commit updated files for new version: <br >
2828 ` git commit -a -m "Version <version>" `
29+
30+ 7 . Push new version into ` master ` : <br >
31+ ` git push `
2932
30- 7 . On [ TeamCity integration server] ( https://teamcity.jetbrains.com/project.html?projectId=KotlinTools_KotlinxCoroutines ) :
33+ 8 . On [ TeamCity integration server] ( https://teamcity.jetbrains.com/project.html?projectId=KotlinTools_KotlinxCoroutines ) :
3134 * Wait until "Build" configuration for committed ` master ` branch passes tests.
3235 * Run "Deploy" configuration with the corresponding new version.
3336
34- 8 . In [ GitHub] ( http://github.com/kotlin/kotlinx.coroutines ) interface:
37+ 9 . In [ GitHub] ( http://github.com/kotlin/kotlinx.coroutines ) interface:
3538 * Create new release named as ` <version> ` .
3639 * Cut & paste lines from [ ` CHANGES.md ` ] ( CHANGES.md ) into description.
3740
38- 9 . Build and publish documentation for web-site: <br >
41+ 0 . Build and publish documentation for web-site: <br >
3942 ` site/deploy.sh <version> push `
4043
41- 0 . In [ Bintray] ( http://bintray.com ) admin interface:
44+ 1 . In [ Bintray] ( http://bintray.com ) admin interface:
4245 * Publish artifacts of the new version.
4346 * Wait until newly published version becomes the most recent.
4447 * Sync to Maven Central.
You can’t perform that action at this time.
0 commit comments