23 lines
794 B
Plaintext
23 lines
794 B
Plaintext
= Set Version
|
|
|
|
This template provides the job for increasing the tag version.
|
|
For more details look at https://gitlab.exxcellent.de/gilden/ci/exxcellent-increase-version-tool[Gilde CI/CD: exxcellent-increase-version-tool].
|
|
|
|
|
|
.Variables
|
|
|===
|
|
|Name |Description | Default Value
|
|
|BUMP_VERSION | defines the version bump | "major"
|
|
|PREFIX | the prefix for the tag | ""
|
|
|OUTPUT | defines where the updated version is written to. Default case is an env File named Version.
|
|
Following Jobs will have set the $VERSION variable to the next version. | version.env
|
|
|SIMPLIFY
|
|
a|
|
|
* "false":
|
|
** use semver version number. e.g: 1.2.3+build.6
|
|
* "true":
|
|
** use more traditional version number. e.g: 1.2.3.6 | "false"
|
|
|===
|
|
|
|
:template: /releasing/set-version.gitlab-ci.yml
|
|
include::../../../template-printer.adoc[] |