CI: add link to plugin tag in changelog entry (#9352) (#9360)

Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
This commit is contained in:
Vault Automation 2025-09-23 13:17:13 -04:00 committed by GitHub
parent df7bd0e8c2
commit 0340681792
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -124,7 +124,7 @@ jobs:
echo "::debug::changelog filename: $CHANGELOG_FILENAME"
echo "\`\`\`release-note:change
${PLUGIN_TYPE}/${PLUGIN_SERVICE}: Update plugin to v${{ inputs.version }}
${PLUGIN_TYPE}/${PLUGIN_SERVICE}: Update plugin to [v${{ inputs.version }}](https://github.com/hashicorp/${{ inputs.plugin }}/releases/tag/v${{ inputs.version }})
\`\`\`" > "changelog/$CHANGELOG_FILENAME"
git add changelog/