Skip to content

Commit c50c09d

Browse files
ci: append npm package link to GitHub release body
1 parent d79787e commit c50c09d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
run: |
4747
VERSION="${GITHUB_REF_NAME#v}"
4848
NOTES=$(awk "/^## \[${VERSION}\]/{found=1; next} found && /^## \[/{exit} found{print}" CHANGELOG.md)
49+
NOTES="${NOTES}
50+
51+
---
52+
53+
📦 **npm:** https://www.npmjs.com/package/opencode-plugin-otel/v/${VERSION}"
4954
echo "notes<<EOF" >> "$GITHUB_OUTPUT"
5055
echo "$NOTES" >> "$GITHUB_OUTPUT"
5156
echo "EOF" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)