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: MAINTAINING.md
+5-23Lines changed: 5 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,43 +27,25 @@ You are ready to release a new version of the Kotlin toolkit? Great, follow thes
27
27
* Add an APK to the release page **with LCP enabled**.
28
28
6. Publish to Maven Central.
29
29
1. Verify that the [`Publish` workflow](https://github.com/readium/kotlin-toolkit/actions/workflows/publish.yml) successfully pushed and closed the release to Maven Central.
30
-
2. Sign in to https://s01.oss.sonatype.org/
31
-
3. Verify the content of the staging repository.
32
-
4. Release the staging repository.
30
+
2. Sign in to https://central.sonatype.com/publishing/deployments
31
+
3. Verify the content of the components.
32
+
4. Publish the components
33
33
7. Check that the new modules can be imported in an Android project from Maven Central.
34
34
8. Merge `develop` into `main`.
35
35
36
36
### Publishing to Maven Central manually
37
37
38
38
If the `Publish` workflow fails, you may need to publish to Maven Central manually.
39
39
40
-
[The Sonatype issue for Readium is located here](https://issues.sonatype.org/browse/OSSRH-85964).
41
-
42
40
#### With the new vanniktech's Maven publish plugin
43
41
44
42
1. Make sure you have the secrets in`.envrc` and [direnv](https://direnv.net) installed.
4. Publish manually the previously closed Staging repository
63
-
64
-
Note that [you can't run the gradlew commands separately](https://github.com/gradle-nexus/publish-plugin#publishing-and-closing-in-different-gradle-invocations), otherwise you get this error:
65
-
66
-
> No staging repository with name sonatype created
47
+
3. Sign in to https://central.sonatype.com/publishing/deployments
0 commit comments