diff --git a/documentation/chapters/generalInformation.adoc b/documentation/chapters/generalInformation.adoc index 71900dc..bead214 100644 --- a/documentation/chapters/generalInformation.adoc +++ b/documentation/chapters/generalInformation.adoc @@ -25,9 +25,8 @@ include: - 'npm-test-template.gitlab-ci.yml' - 'container-publish.gitlab-ci.yml' - 'container-scan.gitlab-ci.yml' - - 'set-version-template.yml' - - 'push-tag-and-version-template.yml' - - 'sonar-template.yml' + - 'set-version-template.gitlab-ci.yml' + - 'push-tag-and-version-template.gitlab-ci.yml' test-image: diff --git a/documentation/chapters/templates/release-template.adoc b/documentation/chapters/templates/release-template.adoc index 6af9a01..6201492 100644 --- a/documentation/chapters/templates/release-template.adoc +++ b/documentation/chapters/templates/release-template.adoc @@ -15,5 +15,5 @@ For more information see the `update-version-pipeline` documentation. .release-template [source, yaml] ---- -include::{sourcedir}/release-template.yml[] +include::{sourcedir}/release-template.gitlab-ci.yml[] ---- \ No newline at end of file diff --git a/documentation/chapters/templates/set-version-template.adoc b/documentation/chapters/templates/set-version-template.adoc index 688bf47..d2f7393 100644 --- a/documentation/chapters/templates/set-version-template.adoc +++ b/documentation/chapters/templates/set-version-template.adoc @@ -12,7 +12,7 @@ For more details look at https://gitlab.exxcellent.de/gilden/ci/exxcellent-incre |BUMP_VERSION | defines the version bump | "major" |PREFIX | the prefix for the tag | "" |OUTPUT | defines where the updated version is written to | version -|SIMPLITY +|SIMPLIFY a| * "false": ** use semver version number. e.g: 1.2.3+build.6 @@ -23,5 +23,5 @@ a| .set-version-template [source, yaml] ---- -include::{sourcedir}/set-version-template.yml[] +include::{sourcedir}/set-version-template.gitlab-ci.yml[] ---- \ No newline at end of file diff --git a/documentation/document.adoc b/documentation/document.adoc index 2ac3b73..76d3ad8 100644 --- a/documentation/document.adoc +++ b/documentation/document.adoc @@ -35,8 +35,8 @@ toc::[] include::chapters/generalInformation.adoc[leveloffset=1] == Misc Templates -//include::chapters/templates/sonar-template.adoc[leveloffset=1] -include::chapters/templates/publish-image.adoc[leveloffset=2] +//include::chapters/templates/sonar-template.adoc[leveloffset=2] +include::chapters/templates/container-publish.adoc[leveloffset=2] include::chapters/templates/container-scan.adoc[leveloffset=2] == Update Version diff --git a/release-template.yml b/release-template.gitlab-ci.yml similarity index 100% rename from release-template.yml rename to release-template.gitlab-ci.yml diff --git a/set-version-template.yml b/set-version-template.gitlab-ci.yml similarity index 100% rename from set-version-template.yml rename to set-version-template.gitlab-ci.yml