Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 361 Bytes

Release.md

File metadata and controls

19 lines (13 loc) · 361 Bytes

Release steps:

  1. Add Changelog.md entry

  2. Update application.version in pom.xml

  3. Git work:

     $ git tag --annotate $version
     $ git push
     $ git push --tags
    

Alternative steps:

For this, poly-devel needs to be installed.

  1. Add Changelog.md entry

  2. Execute:

     $ release $version