Skip to content
Snippets Groups Projects

Configure changelog templates to use Gitlab paths

Merged Rory Jennings requested to merge 8-configure-changelog-templates-to-use-g into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -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"
Loading