We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b4321 commit 62449faCopy full SHA for 62449fa
scripts/changelog.sh
@@ -13,4 +13,4 @@ uname=`uname`
13
if [ "$uname" = "Darwin" ]; then
14
SED=gsed
15
fi
16
-git --no-pager log --no-merges --pretty=format:'* %s (%an) : `%h <https://github.com/mapserver/mapserver/commit/%H>`__' $tags | $SED 's!#\([0-9]\+\)! `#\1 <https://github.com/mapserver/mapserver/issues/\1>`__ !g'
+git --no-pager log --no-merges --pretty=format:'* %s (%an) : `%h <https://github.com/MapServer/MapServer/commit/%H>`__' $tags | $SED 's!#\([0-9]\+\)! `#\1 <https://github.com/MapServer/MapServer/issues/\1>`__ !g'
0 commit comments