-
Notifications
You must be signed in to change notification settings - Fork 70
howto_Release creation
travis edited this page Jan 25, 2020
·
4 revisions
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/cobigen -r "<path_of_your_just_cloned_fork>" -k "yourcapgemini@mail.com" -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"
Disclaimer
If you discover any documentation bugs or would like to request new content, please raise them as an issue or create a pull request. Contributions to this wiki are done through the main repo under the folder documentation.
License
This documentation is licensed under the Creative Commons License (Attribution-NoDerivatives 4.0 International
)