From: Mike Marchetti Date: Sun, 19 Nov 2017 16:31:34 +0000 (-0500) Subject: fix mdg repo in link X-Git-Tag: v3.0.2~12 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=9c5a78d4d2bf3533accd6ade5293c2431b731373;hp=5ce567ea77d1bed205616fb4aa33734bb4e89336;p=osm%2Fdevops.git fix mdg repo in link Change-Id: I66b6df8f88a045b23591c17411033e921150e0af Signed-off-by: Mike Marchetti --- diff --git a/tools/generatechangelog-pipeline.sh b/tools/generatechangelog-pipeline.sh index 83a767a7..c527c549 100755 --- a/tools/generatechangelog-pipeline.sh +++ b/tools/generatechangelog-pipeline.sh @@ -7,4 +7,4 @@ TAG_START=$(git tag | sort -Vr | head -1) git pull --tags origin master &> /dev/null echo "

$REPO_NAME Changelog

" echo "

tag: ${TAG_START} -> ${TAG_END}

" -git log --pretty=format:"
  • %h • %s
  • " --reverse ${TAG_START}..${TAG_END} +git log --pretty=format:"
  • %h • %s
  • " --reverse ${TAG_START}..${TAG_END}