Imeji release process
Jump to navigation
Jump to search
This page describes how to release imeji.
Release sub-modules[edit]
The first step is to release the submodules using imeji:
- The common presentation
- The fledgeddata service
The release process is the same for both:
- Checkout the code in a new directory
- run: mvn release:prepare -DpreparationGoals="clean install" -DupdateReleaseInfo=true
- if success, run: mvn release:perform
- else mvn release:rollback
Release imeji[edit]
To release imeji, Git is necessary. For Windows, we use the Windows PowerShell (available via Github client). The steps are:
- git checkout release_branch
- Change the sub-modules dependencies with the