diff --git a/documentation/chapters/templates/release-template.adoc b/documentation/chapters/templates/release-template.adoc new file mode 100644 index 0000000..6af9a01 --- /dev/null +++ b/documentation/chapters/templates/release-template.adoc @@ -0,0 +1,19 @@ +:sourcedir: ../../../ + += release-template + +This template provides a template for including the child release pipeline. + +For more information see the `update-version-pipeline` documentation. + +.Variables +|=== +|Name |Description | Default Value +|PARENT_PIPELINE_ID | The if of the parent pipeline. Needed to be able to use artifacts in the child pipeline | $CI_PIPELINE_ID +|=== + +.release-template +[source, yaml] +---- +include::{sourcedir}/release-template.yml[] +---- \ No newline at end of file