Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 241 Bytes

RELEASE.md

File metadata and controls

14 lines (10 loc) · 241 Bytes

How to make a release

  • Run the following command to deploy the artifact:

    mvn release:clean release:prepare release:perform
    
  • After successful deployment, push the changes out:

    git push