Skip to content

Commit 25fa9c7

Browse files
committed
Added git push step
1 parent ff2d189 commit 25fa9c7

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

RELEASE.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,22 @@ To release new `<version>` of `kotlinx-coroutines`:
2626

2727
6. 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.

0 commit comments

Comments
 (0)