Table of Contents
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.
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_release_script_parent_folder>/create_release.py" -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"