Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.08 KB

RELEASING.md

File metadata and controls

44 lines (29 loc) · 1.08 KB

Releasing

Prerequisites

To be able to publish release you need to:

<server>
  <id>ossrh</id>
  <username>user</username>
  <password>password</password>
</server>

Creating a release

./release.sh 1.0.0

Then push the commits and tags:

git push origin --tags

Artifacts promotion

mvn nexus-staging:release

Or go to https://oss.sonatype.org/, sign with your oss credentials and follow steps from https://central.sonatype.org/pages/ossrh-guide.html.

Changelog

Add the changelog associated to tag on GitHub releases tab.