summaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorLeonid Startsev <sandwwraith@users.noreply.github.com>2020-02-27 17:15:17 +0300
committerGitHub <noreply@github.com>2020-02-27 17:15:17 +0300
commit80139203b0923f6a04efec0b2a3933fc624d193e (patch)
tree8aef0c9a4c736e190879c0771edba857e39aca2a /RELEASING.md
parent3dc46736406bd6c4c16680b275194f27c2bf360e (diff)
downloadkotlinx.serialization-80139203b0923f6a04efec0b2a3933fc624d193e.tar.gz
Update RELEASING.md
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASING.md b/RELEASING.md
index facb47fb..847b790a 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -35,6 +35,8 @@ To release new `<version>` of `kotlinx.serialization`:
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)
@@ -45,4 +47,4 @@ To release new `<version>` of `kotlinx.serialization`:
git push origin master
```
-5. Announce new release in [Slack](https://kotlinlang.slack.com) \ No newline at end of file
+5. Announce new release in [Slack](https://kotlinlang.slack.com)