| = Step 4: Freeze JIRA | |
| == Description | |
| You first need to close the release in JIRA so that the about to be released version cannot be used as "fixVersion" for new bugs anymore. Go to JIRA "Administer project" page and follow "Versions" in left menu. Table with list of all releases should appear, click on additional menu on the right of your release and choose "Release" option. Submit release date and you're done. | |
| == Gradle Task | |
| .Command | |
| [source,bash] | |
| ---- | |
| ./gradlew fineractReleaseStep4 | |
| ---- | |
| CAUTION: This task is not yet automated! |