Skip to content

Commit 93f7cb5

Browse files
committed
Update release instructions to reflect new Maven Central release process.
1 parent 0a577b3 commit 93f7cb5

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,13 +350,18 @@ Perform the following steps to create a release.
350350
- Commit the changes
351351
- Wait until CI builds the release candidate
352352
- Run the command `mkrelease versionparser <version>`
353-
- In a browser go to the [Maven Central Repository Manager](https://s01.oss.sonatype.org/)
353+
- In a browser go to the [Maven Central Repository](https://central.sonatype.com/)
354354
- Log in
355-
- Use the `Staging Upload` to upload the generated artifact bundle `versionparser-bundle-<version>.jar`
356-
- Click on `Staging Repositories`
357-
- Once it is enabled, press `Release` to release the artifacts to Maven Central
355+
- Select `Publish` from the menubar
356+
- Press `Publish Component`
357+
- Enter a name for the deployment
358+
- Choose the file `versionparser-bundle-<version>.zip`
359+
- Press `Publish Component`
360+
- Refresh the page until the deployment has been validated
361+
- Press `Publish`
362+
- Refresh the page until the status is `Published`
358363
- Log out
359-
- Wait for the new release to be available on Maven Central
364+
- Delete the file `versionparser-bundle-<version>.zip`
360365
- In a browser, go to the project on GitHub
361366
- Generate a release with the tag `<version>`
362367
- In the build.gradle.kts file, edit the `ProjectVersion` object

0 commit comments

Comments
 (0)