diff --git a/README.md b/README.md index 73ab943cda..d24b3b772d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Rhino is licensed under the [MPL 2.0](./LICENSE.txt). ## Releases -The current release is Rhino 1.7.14. Please see the [Release Notes](./RELEASE-NOTES.md). +The current release is Rhino 1.7.15. Please see the [Release Notes](./RELEASE-NOTES.md).
Releases diff --git a/RELEASE-STEPS.md b/RELEASE-STEPS.md index c6493642a0..325c7e4ee7 100644 --- a/RELEASE-STEPS.md +++ b/RELEASE-STEPS.md @@ -59,7 +59,9 @@ to the new tag. Include the following: The "Publish to Maven Central" action on GitHub Actions will automatically build the release, sign the JARs, and push it to oss.sonatype.org in the -"org.mozilla" area. Log in to oss.sonatype.org, verify that all the checks +"org.mozilla" area. Kick off this job using the "Actions" tag in the GitHub UI. + +Next, Log in to oss.sonatype.org, verify that all the checks that happen there were successful, and "close" the release. It will appear on Maven Central a few hours later.