Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.1 KB

RELEASE.md

File metadata and controls

28 lines (16 loc) · 1.1 KB

Release Process

Guide to uploading artifacts to the Central Repository

We use Sonatype as repository manager, it's used as the input channel for the Central Repository running the Sonatype Open Source Repository Hosting(OSSRH) service.

Prerequisites

If you are not familiar with Sonatype and/or the maven release process please read the following material:

Release steps

  1. Update CHANGELOG.md

  2. Update README.md to include the new version number

  3. Perform a release deployment to OSSRH (Staging) with:

`gradle release`

You will have to answer prompts for versions and tags. That will tag and commit a new version into your repository automatically.