changelog-generator component
Usage Example
include:
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/common@stable
- component: $CI_SERVER_FQDN/xrow-public/ci-tools/changelog-generator@stable
Inputs
| Name | Description | Default | Type |
| --- | --- | --- | --- |
| file | docs/CHANGELOG.md | string | |
| needs | The jobs that this job depends on. | [] | array |
| rules | The jobs that this job depends on. | [{"if":"$CI_PIPELINE_SOURCE == \"schedule\"","when":"never"},{"if":"$CI_PIPELINE_SOURCE == \"merge_request_event\"","when":"on_success"},{"when":"on_success"}] | array |
| stage | The pipeline stage that the jobs belongs to. | build | string |