From f4ab85959f624a3d6120c3a9d47609bfdf588107 Mon Sep 17 00:00:00 2001 From: alexstyl <1665273+alexstyl@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:10:45 +0700 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 1603b98..9b9187f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -15,13 +15,12 @@ signing.keyId= ## Release to Maven Central -The following command uploads all kotlin multiplatform artifacts to Sonatype Nexus and then closes the release. +The following script uploads all kotlin multiplatform artifacts to Sonatype Nexus and then closes the release. -The commands that follows need to be run together. Otherwise you will get an -error: `No staging repository with name sonatype created` +It also updates the installation blocks through the docs, and drafts a release after it is done: ```shell -./gradlew publishAllPublicationsToSonatypeRepository closeAndReleaseSonatypeStagingRepository +./scripts/release_version.sh ``` As soon as the version is available it will be listed at: https://repo1.maven.org/maven2/com/composables/core/