Skip to content

howto_Release creation

Mghcapgemini edited this page Jun 18, 2019 · 4 revisions
Table of Contents

CobiGen Release creation

In this guide we explain how to create CobiGen related releases, i.e. release of a new core version using our useful release automation script.

Usage

Fire up a command prompt from the CobiGen IDE environment (using console.bat for example). Then, you will need to execute the following command:

python "<path_to_script_you_are_changing>" -d -g devonfw/tools-cobigen -r "<path_of_your_just_cloned_fork>" -k "[email protected]" -c
Note
The CobiGen development environment comes with all required python packages needed for the release script. However, if you encounter errors like no module named xyz found you might want to consider running the following command:
python -m pip install -r "<path_to_release_script_parent_folder>/requirements.txt"
Clone this wiki locally