summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonid Startsev <sandwwraith@users.noreply.github.com>2020-03-02 20:28:43 +0300
committerGitHub <noreply@github.com>2020-03-02 20:28:43 +0300
commit530ee1d8a1ec615359d2e724e563603622173b3a (patch)
tree0c06d62aeab20da9842a6c7d34e45b14f442fa45
parent80139203b0923f6a04efec0b2a3933fc624d193e (diff)
downloadkotlinx.serialization-530ee1d8a1ec615359d2e724e563603622173b3a.tar.gz
Update RELEASING.md
-rw-r--r--RELEASING.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/RELEASING.md b/RELEASING.md
index 847b790a..df28ba49 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -31,12 +31,11 @@ To release new `<version>` of `kotlinx.serialization`:
1. On [TeamCity integration server](https://teamcity.jetbrains.com/project.html?projectId=KotlinTools_KotlinxSerialization&tab=projectOverview):
* Wait until "Runtime library (Build)" configuration for committed `dev` branch passes tests.
* Run "Runtime library (Depoly - Train)" configuration with selected changes from `dev`.
+ * For intermediate releases, you may override version with `reverse.dep.*.system.DeployVersion` build parameter.
4. In [Bintray](https://bintray.com/kotlin/kotlinx/kotlinx.serialization.runtime) admin interface:
* Publish artifacts of the new version.
* Wait until newly published version becomes the most recent.
-
- * For intermediate releases, you may override version with `reverse.dep.*.system.DeployVersion` build parameter.
6. Update Kotlin and library versions in [examples](examples/gradle.properties)