You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: devdocs/RELEASE.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,14 @@
7
7
- Update CHANGELOG.md
8
8
- Update the "Dependencies" section in README.md
9
9
10
-
##### 2. Set release version
10
+
##### 2. Set the release version
11
11
12
12
- remove _"-SNAPSHOT"_ qualifier (the 'version' property in the root 'build.gradle.kts').
13
13
14
14
##### 3. Build and release artifacts to Sonatype repository / Maven Central
15
15
16
-
Make sure that JNI libraries in the `skiko-jni-libs` directory are up-to-date and match the version of the `Skiko` library used in the `Compose Multiplatform`. Refer [DEVELOPMENT.md](DEVELOPMENT.md) for details.
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.
0 commit comments