Skip to content
Snippets Groups Projects
Commit 7feaab0c authored by Rory Jennings's avatar Rory Jennings
Browse files

fix: set Gitlab-style paths as CLI arguments

parent c20b844a
No related branches found
No related tags found
1 merge request!7Configure changelog templates to use Gitlab paths
Pipeline #10634 passed
...@@ -7,7 +7,10 @@ git clone "git@gitlab.nexdev.uk:$CI_PROJECT_PATH.git" -q > /dev/null ...@@ -7,7 +7,10 @@ git clone "git@gitlab.nexdev.uk:$CI_PROJECT_PATH.git" -q > /dev/null
echo "Running standard version" echo "Running standard version"
cd "$CI_PROJECT_NAME" cd "$CI_PROJECT_NAME"
standard-version standard-version \
--commitUrlFormat "https://gitlab.nexdev.uk/$CI_PROJECT_PATH/-/commit/{{hash}}" \
--compareUrlFormat "https://gitlab.nexdev.uk/$CI_PROJECT_PATH/-/compare/{{previousTag}}...{{currentTag}}" \
--issueUrlFormat "https://gitlab.nexdev.uk/$CI_PROJECT_PATH/-/issues/{{id}}"
echo "Pushing new commit" echo "Pushing new commit"
......
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