File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,13 +149,18 @@ Perform the following steps to create a release.
149149- Commit the changes
150150- Wait until CI builds the release candidate
151151- Run the command ` mkrelease jsonwriter <version> `
152- - In a browser go to the [ Maven Central Repository Manager ] ( https://s01.oss. sonatype.org / )
152+ - In a browser go to the [ Maven Central Repository] ( https://central. sonatype.com / )
153153- Log in
154- - Use the ` Staging Upload ` to upload the generated artifact bundle ` jsonwriter-bundle-<version>.jar `
155- - Click on ` Staging Repositories `
156- - Once it is enabled, press ` Release ` to release the artifacts to Maven Central
154+ - Select ` Publish ` from the menubar
155+ - Press ` Publish Component `
156+ - Enter a name for the deployment
157+ - Choose the file ` jsonwriter-bundle-<version>.zip `
158+ - Press ` Publish Component `
159+ - Refresh the page until the deployment has been validated
160+ - Press ` Publish `
161+ - Refresh the page until the status is ` Published `
157162- Log out
158- - Wait for the new release to be available on Maven Central
163+ - Delete the file ` jsonwriter-bundle-<version>.zip `
159164- In a browser, go to the project on GitHub
160165- Generate a release with the tag ` <version> `
161166- In the build.gradle.kts file, edit the ` ProjectVersion ` object
You can’t perform that action at this time.
0 commit comments