Skip to content

Commit

Permalink
Update RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Dec 1, 2024
1 parent 4fff2c1 commit f4ab859
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit f4ab859

Please sign in to comment.