RELEASING.md
version in gradle.properties is set to the version you want to release.CHANGELOG.md with the changes for the release.README.md with the version about to be released. Also update the RxJava version in
this file to its latest.rxkotlin/build.gradle.kts to its latest. (We tell people that we
won't be tracking RxJava releases, and we don't, but we do it anyway when we are releasing for
those who ignore the advice.)git commit -am "Prepare version X.Y.X"git tag -a X.Y.Z -m "Version X.Y.Z"VERSION_NAME in gradle.properties to the next development version. For example, if
you just tagged version 1.0.4 you would set this value to 1.0.5. Do NOT append "-SNAPSHOT" to
this value, it will be added automatically.git commit -am "Prepare next development version."git push --follow-tagsCHANGELOG.md contents for this version into a Release on GitHub along with the
Groovy for depending on the new version (https://github.com/ReactiveX/RxKotlin/releases).