Skip to content

Commit

Permalink
Fix Changelog Links Script for digitalocean provider
Browse files Browse the repository at this point in the history
  • Loading branch information
grubernaut committed Jun 26, 2017
1 parent 2a66a87 commit 68b2f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/changelog-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else
SED="sed -i.bak -r -e"
fi

PROVIDER_URL="https:\/\/github.com\/terraform-providers\/terraform-provider-digitalocean"
PROVIDER_URL="https:\/\/github.com\/terraform-providers\/terraform-provider-digitalocean\/issues"

$SED "s/GH-([0-9]+)/\[#\1\]\($PROVIDER_URL\/\1\)/g" -e 's/\[\[#(.+)([0-9])\)]$/(\[#\1\2))/g' CHANGELOG.md

Expand Down

0 comments on commit 68b2f11

Please sign in to comment.