Skip to content

Conversation

@suthio
Copy link
Owner

@suthio suthio commented Aug 16, 2025

Summary

  • Added .github/workflows/release.yml to automate the release process
  • Workflow triggers on version tags (v*) and handles npm publishing and GitHub release creation

Test plan

  • Verify workflow file syntax is correct
  • Test will run when a version tag is pushed
  • Ensure NPM_TOKEN secret is configured in repository settings

🤖 Generated with Claude Code

suthio and others added 2 commits August 16, 2025 11:29
This workflow automates the release process when a version tag is pushed.
It runs tests, builds the package, publishes to npm, and creates a GitHub release.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Add missing newline at end of file to pass Prettier checks.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@suthio suthio merged commit f97882b into main Aug 16, 2025
1 check passed
@github-actions github-actions bot mentioned this pull request Aug 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants