Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 204 Bytes

RELEASE.md

File metadata and controls

14 lines (8 loc) · 204 Bytes

How to make a release

Preparation

  • Commit/push all changes

Maven Central

  • Run the following command to deploy the artifact:

    mvn release:clean release:prepare release:perform