Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 427 Bytes

release.md

File metadata and controls

11 lines (9 loc) · 427 Bytes

Steps to create a release

To release the library, the following steps needs to be done:

  • push all changes to dev
  • wait until the action has successfully finished
  • create new branch from dev and name it release/x.x.x
  • change revision in POM from 'HEAD-SNAPSHOT' to 'x.x.x'
  • push changes using comment 'set version to x.x.x'
  • merge the release/x.x.x-branche into main (create PR)
  • release new version (Nexus)