summaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorSergey Shanshin <sergey.shanshin@jetbrains.com>2021-02-03 22:32:37 +0300
committerGitHub <noreply@github.com>2021-02-03 22:32:37 +0300
commit4236a7e83e3eb23bf5c3f1c89e5d1ee02647a31f (patch)
treea0bf242f869b8c6eb4191f4c7bd5840d060f4085 /RELEASING.md
parentfc1e1a9e18b185c8a02db108940a6c1e9d433352 (diff)
downloadkotlinx.serialization-4236a7e83e3eb23bf5c3f1c89e5d1ee02647a31f.tar.gz
Maven central publication (#1319)upstream/v1.1.0-RC
Publication to Maven Central instead of Bintray
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASING.md b/RELEASING.md
index d9dee8b9..4caee606 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -34,9 +34,9 @@ To release new `<version>` of `kotlinx.serialization`:
* On 'Changes' tab, select `dev` branch and corresponding commit.
* On 'Parameters' tab, find 'Deploy version' and fill in with `<version>`.
-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.
+4. In [Sonatype](oss.sonatype.org/#stagingRepositories) admin interface:
+ * Close the repository and wait for it to verify.
+ * Release it.
5. Update documentation website:<br>
`./update_docs.sh <version> push`