Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 442 Bytes

RELEASE.md

File metadata and controls

18 lines (12 loc) · 442 Bytes

How to make a release

  • Run the following command to deploy the artifact:

    mvn release:clean release:prepare release:perform
    
  • commit/push all changes

  • edit github tag generated by Maven

    • Enter release title, eg: Release v0.0.3
    • Attach -bin.zip from target
  • add release download link to README.md

  • update Maven artifact version in README.md