File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments