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 f48dcee commit 82e11c7Copy full SHA for 82e11c7
scripts/changelog-links.sh
@@ -24,7 +24,7 @@ else
24
SED="sed -i.bak -r -e"
25
fi
26
27
-PROVIDER_URL="https:\/\/github.com\/terraform-providers\/terraform-provider-gitlab"
+PROVIDER_URL="https:\/\/github.com\/terraform-providers\/terraform-provider-gitlab\/issues"
28
29
$SED "s/GH-([0-9]+)/\[#\1\]\($PROVIDER_URL\/\1\)/g" -e 's/\[\[#(.+)([0-9])\)]$/(\[#\1\2))/g' CHANGELOG.md
30
0 commit comments