Skip to content
Snippets Groups Projects
Commit 1bb30c48 authored by René Schöne's avatar René Schöne
Browse files

also add "-dev" to version for better version ordering

parent 71c1db42
No related branches found
No related tags found
1 merge request!133.0.1
Pipeline #14597 passed
......@@ -147,7 +147,7 @@ task newVersion() {
task setDevVersionForCI() {
doFirst {
def props = new Properties()
props['version'] = version + "-$System.env.CI_PIPELINE_IID"
props['version'] = version + "-dev-$System.env.CI_PIPELINE_IID"
props.store(file(versionFile).newWriter(), null)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment