mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
This commit is contained in:
parent
df7bd0e8c2
commit
0340681792
1 changed files with 1 additions and 1 deletions
2
.github/workflows/plugin-update.yml
vendored
2
.github/workflows/plugin-update.yml
vendored
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue