From 1f679d54d47e98176970d9299628c065311b2e6c Mon Sep 17 00:00:00 2001 From: Marcel Feix Date: Tue, 13 Jul 2021 08:00:07 +0000 Subject: [PATCH] docs(*) Versionierungs Templates weiter beschrieben. --- documentation/document.adoc | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/documentation/document.adoc b/documentation/document.adoc index 76d3ad8..8e69334 100644 --- a/documentation/document.adoc +++ b/documentation/document.adoc @@ -34,12 +34,14 @@ toc::[] // ########################################################################### include::chapters/generalInformation.adoc[leveloffset=1] -== Misc Templates -//include::chapters/templates/sonar-template.adoc[leveloffset=2] +== Container Templates include::chapters/templates/container-publish.adoc[leveloffset=2] include::chapters/templates/container-scan.adoc[leveloffset=2] -== Update Version +== Versionierungs Templates + +Im folgende sind erweiterte Templates zu finden für das https://gitlab.exxcellent.de/gilden/ci/exxcellent-increase-version-tool[Increase-Version-Tool] der CI Gilde. Es enthält auch eine Child-Pipeline-Konfiguration um den Versionierungsprozess innerhalb einer Pipeline darzustellen. + === Templates include::chapters/templates/push-tag-and-version-template.adoc[leveloffset=3] @@ -51,17 +53,17 @@ include::chapters/pipelines/update-version-pipeline.adoc[leveloffset=3] == NPM Templates -include::chapters/templates/npm-dependencies-template.adoc[leveloffset=1] -include::chapters/templates/npm-build-template.adoc[leveloffset=1] -include::chapters/templates/npm-lint-template.adoc[leveloffset=1] -include::chapters/templates/npm-test-template.adoc[leveloffset=1] +include::chapters/templates/npm-dependencies-template.adoc[leveloffset=2] +include::chapters/templates/npm-build-template.adoc[leveloffset=2] +include::chapters/templates/npm-lint-template.adoc[leveloffset=2] +include::chapters/templates/npm-test-template.adoc[leveloffset=2] == Maven Templates -include::chapters/templates/maven-dependencies-template.adoc[leveloffset=1] -include::chapters/templates/maven-build-template.adoc[leveloffset=1] -include::chapters/templates/maven-verify-template.adoc[leveloffset=1] +include::chapters/templates/maven-dependencies-template.adoc[leveloffset=2] +include::chapters/templates/maven-build-template.adoc[leveloffset=2] +include::chapters/templates/maven-verify-template.adoc[leveloffset=2] -== Tools +== weitere Gilden-Tools -Weitere Templates für die Tools der CI Gilde, sind in den jeweiligen Repos zu finden. \ No newline at end of file +Weitere Templates für die Tools der CI Gilde, sind in den jeweiligen Repos zu finden.