Skip to content

Commit 80e36f8

Browse files
committed
Correct release instruction about manual publish
The build is set to automatically publish if all verification passes.
1 parent 03a89c1 commit 80e36f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Releasing must be done by users authorized to push to the `org.jruby` group ID o
359359
* Update the versions in `pom.xml` and `src/main/ruby/jruby/rack/version.rb` to the release version
360360
* Commit the version update locally
361361
* Run `./mvnw deploy -Prelease` to build, sign, and push all artifacts to Maven Central staging
362-
* Once verified by Maven Central, authorize the deployment of the release on https://central.sonatype.org
362+
* Confirm the release completes publishing at `https://central.sonatype.org`
363363
* `rake clean gem SKIP_SPECS=true` and push the gem
364364
* Tag the release version in git
365365
* Update the versions again to the next dev version (`-SNAPSHOT` for the Maven artifact in `pom.xml` and `.SNAPSHOT` for the gem in `version.rb`)

0 commit comments

Comments
 (0)