Skip to content
Snippets Groups Projects
Commit 698111e6 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

feat: semrel integration no longer increases the app version

parent 7ea406aa
No related branches found
No related tags found
No related merge requests found
...@@ -579,7 +579,7 @@ stages: ...@@ -579,7 +579,7 @@ stages:
exit 0 exit 0
else else
log_info "[semantic-release] use computed next version: \\e[1;94m${SEMREL_INFO_NEXT_VERSION}\\e[0m" log_info "[semantic-release] use computed next version: \\e[1;94m${SEMREL_INFO_NEXT_VERSION}\\e[0m"
helm_version_opts="--app-version ${SEMREL_INFO_NEXT_VERSION} --version ${SEMREL_INFO_NEXT_VERSION}" helm_version_opts="--version ${SEMREL_INFO_NEXT_VERSION}"
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment