Skip to content
Snippets Groups Projects
Commit ee9fbaec authored by Dean Lovett's avatar Dean Lovett
Browse files

Merge branch '8-configure-changelog-templates-to-use-g' into 'master'

Configure changelog templates to use Gitlab paths

Closes #8

See merge request !7
parents c20b844a 7feaab0c
No related branches found
No related tags found
1 merge request!7Configure changelog templates to use Gitlab paths
Pipeline #10637 passed
......@@ -7,7 +7,10 @@ git clone "git@gitlab.nexdev.uk:$CI_PROJECT_PATH.git" -q > /dev/null
echo "Running standard version"
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"
......
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