Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 202 Bytes

RELEASE.md

File metadata and controls

12 lines (8 loc) · 202 Bytes

How to make a release

  • Switch to Java 8

  • Run the following command to deploy the artifact:

    mvn release:clean release:prepare release:perform
    
  • Push all changes