aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/changelog-links.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/changelog-links.sh')
-rwxr-xr-xscripts/changelog-links.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/changelog-links.sh b/scripts/changelog-links.sh
index 401e440..303341b 100755
--- a/scripts/changelog-links.sh
+++ b/scripts/changelog-links.sh
@@ -24,7 +24,7 @@ else
24 SED="sed -i.bak -r -e" 24 SED="sed -i.bak -r -e"
25fi 25fi
26 26
27PROVIDER_URL="https:\/\/github.com\/terraform-providers\/terraform-provider-statuscake" 27PROVIDER_URL="https:\/\/github.com\/terraform-providers\/terraform-provider-statuscake\/issues"
28 28
29$SED "s/GH-([0-9]+)/\[#\1\]\($PROVIDER_URL\/\1\)/g" -e 's/\[\[#(.+)([0-9])\)]$/(\[#\1\2))/g' CHANGELOG.md 29$SED "s/GH-([0-9]+)/\[#\1\]\($PROVIDER_URL\/\1\)/g" -e 's/\[\[#(.+)([0-9])\)]$/(\[#\1\2))/g' CHANGELOG.md
30 30