Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 397 Bytes

dev.md

File metadata and controls

13 lines (12 loc) · 397 Bytes

how to deploy

  • Bump the version
    • mvn version:set ${next_version}
    • and git add . && git ci -m "release ${next_version}"
  • Deploy to staging repo
    • mvn clean deploy
  • Release the staging repo
  • Start to dev the next version
  • Done