Adds the feature allowing to release bundles on RADAR
What does this MR do?
The --push-bundle
and --release-bundle
options were added to carputils.
They allow to push a bundle on a remote git repository and to ask for a release of the bundle on the research data repository RADAR.
It has to be used in combination with the --bundle option.
The project for the complete documentation of the bundle
feature is available here: https://git.opencarp.org/experiments/tools-for-releasing/-/blob/master/HOWTO_BUNDLE.md
Feedback and ideas for improvement are welcome on this feature. You can test it, nothing will be released on RADAR except if you ask for it explicitely.
Related issues
https://git.opencarp.org/openCARP/organizational/-/issues/77
Author's checklist
-
Follow the Contribution Guidelines. -
Apply the appropriate labels. -
Does this commit add new dependencies (e.g. Python modules)? If yes, please evaluate carefully if the additional dependency is a more sustainable option than including the functionality in own code. If the former, describe the dependency clearly, add them to the Software Management Plan and the installation instructions (*.md files, CMake files, Docker files etc.).
Reviewer's checklist
All reviewers can help ensure accuracy, clarity, completeness, and adherence to the Contribution Guidelines.
Reviewer
-
Review by a code reviewer or other selected colleague to confirm accuracy, clarity, and completeness. This can be skipped for minor fixes without substantive content changes.
Maintainer
-
Review by assigned maintainer, who can always request/require the above reviews. -
Ensure a release milestone is set.