Skip to content
Snippets Groups Projects
Commit 9c5a78d4 authored by Mike Marchetti's avatar Mike Marchetti
Browse files

fix mdg repo in link


Change-Id: I66b6df8f88a045b23591c17411033e921150e0af
Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent 5ce567ea
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ TAG_START=$(git tag | sort -Vr | head -1)
git pull --tags origin master &> /dev/null
echo "<h1>$REPO_NAME Changelog</h1>"
echo "<h2>tag: ${TAG_START} -> ${TAG_END}</h2>"
git log --pretty=format:"<li> <a href=https://osm.etsi.org/gitweb/?p=osm/$i.git;a=commitdiff;h=%H>%h &bull;</a> %s</li> " --reverse ${TAG_START}..${TAG_END}
git log --pretty=format:"<li> <a href=https://osm.etsi.org/gitweb/?p=osm/$REPO_NAME.git;a=commitdiff;h=%H>%h &bull;</a> %s</li> " --reverse ${TAG_START}..${TAG_END}
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