Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Release Guide

Hemika Kodikara edited this page Mar 16, 2017 · 2 revisions

Following is a release guide for the Ballerina Composer.

Note : Make sure that you have read through the README file and installed all the prerequisites.

  1. Remove all "SNAPSHOT" versions in all "pom.xml" files. You can use "grep -i "SNAPSHOT" ." at the project root to identify them.
  2. Update the composer version in the all "pom.xml" files to the version to be released.
  3. Update the composer version in the footer section in "<BALLERINA_COMPOSER>/modules/web/index.html" file.
  4. Update the user guide url(json path - menu_bar.help_urls.user_guide_url) to the the proper docs mentioned in "<BALLERINA_COMPOSER>/modules/web/index.js"
  5. Update the "Ballerina documentation" link in the README file to the proper documentataion url.
  6. Follow the steps mentioned on how to build in README.

This wiki may be subjected to improvements.

Sample sidebar

Clone this wiki locally