Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
Fix Changelog Links Script for cloudstack provider
Browse files Browse the repository at this point in the history
  • Loading branch information
grubernaut committed Jun 26, 2017
1 parent 19c565b commit be2d2a1
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-cloudstack"
PROVIDER_URL="https:\/\/github.com\/terraform-providers\/terraform-provider-cloudstack\/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 be2d2a1

Please sign in to comment.