You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add GitHub release creation to publish workflow
After npm publish, the workflow now extracts release notes from
CHANGELOG.md and creates a GitHub release using gh CLI.
Changes:
- Bump contents permission from read to write
- Add changelog extraction step using awk
- Add gh release create step with --verify-tag
- Add release URL to verify step output
0 commit comments