fix(templates): fix template names to work with renovate
This commit is contained in:
parent
308469b2f4
commit
7caa292637
@ -25,9 +25,8 @@ include:
|
|||||||
- 'npm-test-template.gitlab-ci.yml'
|
- 'npm-test-template.gitlab-ci.yml'
|
||||||
- 'container-publish.gitlab-ci.yml'
|
- 'container-publish.gitlab-ci.yml'
|
||||||
- 'container-scan.gitlab-ci.yml'
|
- 'container-scan.gitlab-ci.yml'
|
||||||
- 'set-version-template.yml'
|
- 'set-version-template.gitlab-ci.yml'
|
||||||
- 'push-tag-and-version-template.yml'
|
- 'push-tag-and-version-template.gitlab-ci.yml'
|
||||||
- 'sonar-template.yml'
|
|
||||||
|
|
||||||
|
|
||||||
test-image:
|
test-image:
|
||||||
|
|||||||
@ -15,5 +15,5 @@ For more information see the `update-version-pipeline` documentation.
|
|||||||
.release-template
|
.release-template
|
||||||
[source, yaml]
|
[source, yaml]
|
||||||
----
|
----
|
||||||
include::{sourcedir}/release-template.yml[]
|
include::{sourcedir}/release-template.gitlab-ci.yml[]
|
||||||
----
|
----
|
||||||
@ -12,7 +12,7 @@ For more details look at https://gitlab.exxcellent.de/gilden/ci/exxcellent-incre
|
|||||||
|BUMP_VERSION | defines the version bump | "major"
|
|BUMP_VERSION | defines the version bump | "major"
|
||||||
|PREFIX | the prefix for the tag | ""
|
|PREFIX | the prefix for the tag | ""
|
||||||
|OUTPUT | defines where the updated version is written to | version
|
|OUTPUT | defines where the updated version is written to | version
|
||||||
|SIMPLITY
|
|SIMPLIFY
|
||||||
a|
|
a|
|
||||||
* "false":
|
* "false":
|
||||||
** use semver version number. e.g: 1.2.3+build.6
|
** use semver version number. e.g: 1.2.3+build.6
|
||||||
@ -23,5 +23,5 @@ a|
|
|||||||
.set-version-template
|
.set-version-template
|
||||||
[source, yaml]
|
[source, yaml]
|
||||||
----
|
----
|
||||||
include::{sourcedir}/set-version-template.yml[]
|
include::{sourcedir}/set-version-template.gitlab-ci.yml[]
|
||||||
----
|
----
|
||||||
@ -35,8 +35,8 @@ toc::[]
|
|||||||
include::chapters/generalInformation.adoc[leveloffset=1]
|
include::chapters/generalInformation.adoc[leveloffset=1]
|
||||||
|
|
||||||
== Misc Templates
|
== Misc Templates
|
||||||
//include::chapters/templates/sonar-template.adoc[leveloffset=1]
|
//include::chapters/templates/sonar-template.adoc[leveloffset=2]
|
||||||
include::chapters/templates/publish-image.adoc[leveloffset=2]
|
include::chapters/templates/container-publish.adoc[leveloffset=2]
|
||||||
include::chapters/templates/container-scan.adoc[leveloffset=2]
|
include::chapters/templates/container-scan.adoc[leveloffset=2]
|
||||||
|
|
||||||
== Update Version
|
== Update Version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user