Skip to content

Commit d693d32

Browse files
committed
Release v3.0.0-alpha4
1 parent 1fb1924 commit d693d32

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ demo-android-app/src/main/jniLibs/x86_64/META-INF/*
1717
/kotlin-js-store/yarn.lock
1818

1919
local.properties
20-
skiko-jni-libs.zip
2120

2221
.maven-publish-dev-repo/*

build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ allprojects {
5757
}
5858
}
5959

60-
tasks.register<Zip>("packageSkikoJniLibs") {
61-
archiveFileName = "skiko-jni-libs.zip"
62-
from(layout.projectDirectory.dir("skiko-jni-libs"))
63-
destinationDirectory = layout.projectDirectory
64-
}
65-
6660
// define the Maven Repository URL. Currently set to a local path for uploading
6761
// artifacts to the Sonatype Central Repository.
6862
val mavenReleasePublishUrl by extra { layout.buildDirectory.dir("maven/artifacts").get().toString() }

devdocs/RELEASE.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@
99

1010
##### 2. Set the Release Version
1111

12-
- remove _"-SNAPSHOT"_ qualifier (the 'version' property in the root 'build.gradle.kts').
12+
Update the 'version' property in the root "build.gradle.kts":
1313

14-
##### 3. Build and Release Artifacts to Sonatype Central Repository
14+
- Remove the "-SNAPSHOT" qualifier
15+
- For pre-release add "-alpha1", "-rc1" etc. qualifier
1516

16-
Make sure that JNI libraries in the `skiko-jni-libs` directory are up to date and
17-
match the version of the `Skiko` library used in the `Compose Multiplatform`. Refer [DEVELOPMENT.md](DEVELOPMENT.md) for details.
17+
##### 3. Build and Release Artifacts to Sonatype Central Repository
1818

1919
- `./gradlew clean`
2020
- `./gradlew build`
21-
- `./gradlew packageSkikoJniLibs`
2221
- `./gradlew publishAllPublicationsToMavenRepository`
2322
- `./gradlew uploadMavenArtifacts`
2423

@@ -42,9 +41,6 @@ Check all artifacts were uploaded and validated, then push the "Publish" button.
4241
* Open the link: https://github.com/JetBrains/lets-plot-skia/releases/new
4342
* Fill `Tag version` and `Release title` with the released version: "vX.X.X"
4443
* Fill the description field - copy from the CHANGELOG.md
45-
* **Attach the artifacts:**
46-
- `skiko-jni-libs.zip` from the project root
47-
4844

4945
### Update Dependant Projects
5046

0 commit comments

Comments
 (0)