File tree 1 file changed +7
-4
lines changed
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`:
26
26
27
27
6 . Commit updated files for new version: <br >
28
28
` git commit -a -m "Version <version>" `
29
+
30
+ 7 . Push new version into ` master ` : <br >
31
+ ` git push `
29
32
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 ) :
31
34
* Wait until "Build" configuration for committed ` master ` branch passes tests.
32
35
* Run "Deploy" configuration with the corresponding new version.
33
36
34
- 8 . In [ GitHub] ( http://github.com/kotlin/kotlinx.coroutines ) interface:
37
+ 9 . In [ GitHub] ( http://github.com/kotlin/kotlinx.coroutines ) interface:
35
38
* Create new release named as ` <version> ` .
36
39
* Cut & paste lines from [ ` CHANGES.md ` ] ( CHANGES.md ) into description.
37
40
38
- 9 . Build and publish documentation for web-site: <br >
41
+ 0 . Build and publish documentation for web-site: <br >
39
42
` site/deploy.sh <version> push `
40
43
41
- 0 . In [ Bintray] ( http://bintray.com ) admin interface:
44
+ 1 . In [ Bintray] ( http://bintray.com ) admin interface:
42
45
* Publish artifacts of the new version.
43
46
* Wait until newly published version becomes the most recent.
44
47
* Sync to Maven Central.
You can’t perform that action at this time.
0 commit comments