Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 284 Bytes

RELEASE_HOW_TO.md

File metadata and controls

7 lines (5 loc) · 284 Bytes

The VLINGO XOOM Platform release process is as follows:

  1. cd xoom-platform
  2. ./release.sh 1.2.3
  • The release script will update pom.xml with the new version, commit it and tag a new release.
  • git tag is very important because it triggers next projects to be released.